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

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

Issue 2534593002: Get rid of webrtc/base/latebindingsymboltable* (Closed)
Patch Set: Created 4 years 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/latebindingsymboltable.h » ('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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 "testbase64.h", 557 "testbase64.h",
558 "testclient.cc", 558 "testclient.cc",
559 "testclient.h", 559 "testclient.h",
560 "transformadapter.cc", 560 "transformadapter.cc",
561 "transformadapter.h", 561 "transformadapter.h",
562 "virtualsocketserver.cc", 562 "virtualsocketserver.cc",
563 "virtualsocketserver.h", 563 "virtualsocketserver.h",
564 "window.h", 564 "window.h",
565 ] 565 ]
566 566
567 if (is_posix) {
568 sources += [
569 "latebindingsymboltable.cc",
570 "latebindingsymboltable.h",
571 ]
572 }
573
574 if (is_win) { 567 if (is_win) {
575 sources += [ 568 sources += [
576 "diskcache_win32.cc", 569 "diskcache_win32.cc",
577 "diskcache_win32.h", 570 "diskcache_win32.h",
578 "win32regkey.cc", 571 "win32regkey.cc",
579 "win32regkey.h", 572 "win32regkey.h",
580 "win32socketinit.cc", 573 "win32socketinit.cc",
581 "win32socketinit.h", 574 "win32socketinit.h",
582 "win32socketserver.cc", 575 "win32socketserver.cc",
583 "win32socketserver.h", 576 "win32socketserver.h",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 "java/src/org/webrtc/Logging.java", 765 "java/src/org/webrtc/Logging.java",
773 "java/src/org/webrtc/Size.java", 766 "java/src/org/webrtc/Size.java",
774 "java/src/org/webrtc/ThreadUtils.java", 767 "java/src/org/webrtc/ThreadUtils.java",
775 ] 768 ]
776 769
777 deps = [ 770 deps = [
778 "//base:base_java", 771 "//base:base_java",
779 ] 772 ]
780 } 773 }
781 } 774 }
OLDNEW
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/base/latebindingsymboltable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698