Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: webrtc/base/BUILD.gn

Issue 2374033002: Delete profiler.h. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/base/base.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("//build/config/crypto.gni") 9 import("//build/config/crypto.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "multipart.cc", 457 "multipart.cc",
458 "multipart.h", 458 "multipart.h",
459 "natserver.cc", 459 "natserver.cc",
460 "natserver.h", 460 "natserver.h",
461 "natsocketfactory.cc", 461 "natsocketfactory.cc",
462 "natsocketfactory.h", 462 "natsocketfactory.h",
463 "nattypes.cc", 463 "nattypes.cc",
464 "nattypes.h", 464 "nattypes.h",
465 "optionsfile.cc", 465 "optionsfile.cc",
466 "optionsfile.h", 466 "optionsfile.h",
467 "profiler.cc",
468 "profiler.h",
469 "proxyserver.cc", 467 "proxyserver.cc",
470 "proxyserver.h", 468 "proxyserver.h",
471 "referencecountedsingletonfactory.h", 469 "referencecountedsingletonfactory.h",
472 "rollingaccumulator.h", 470 "rollingaccumulator.h",
473 "scopedptrcollection.h", 471 "scopedptrcollection.h",
474 "sec_buffer.h", 472 "sec_buffer.h",
475 "sslconfig.h", 473 "sslconfig.h",
476 "sslroots.h", 474 "sslroots.h",
477 "testbase64.h", 475 "testbase64.h",
478 "testclient.cc", 476 "testclient.cc",
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 "java/src/org/webrtc/Logging.java", 736 "java/src/org/webrtc/Logging.java",
739 "java/src/org/webrtc/Size.java", 737 "java/src/org/webrtc/Size.java",
740 "java/src/org/webrtc/ThreadUtils.java", 738 "java/src/org/webrtc/ThreadUtils.java",
741 ] 739 ]
742 740
743 deps = [ 741 deps = [
744 "//base:base_java", 742 "//base:base_java",
745 ] 743 ]
746 } 744 }
747 } 745 }
OLDNEW
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698