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

Side by Side Diff: webrtc/base/base.gyp

Issue 1855373005: Remove .def files from GYP and GN in webrtc/base (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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/base/BUILD.gn ('k') | no next file » | 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 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'dbus.h', 426 'dbus.h',
427 'libdbusglibsymboltable.cc', 427 'libdbusglibsymboltable.cc',
428 'libdbusglibsymboltable.h', 428 'libdbusglibsymboltable.h',
429 'linuxfdwalk.c', 429 'linuxfdwalk.c',
430 'linuxfdwalk.h', 430 'linuxfdwalk.h',
431 ], 431 ],
432 }], 432 }],
433 ['os_posix==1', { 433 ['os_posix==1', {
434 'sources': [ 434 'sources': [
435 'latebindingsymboltable.cc', 435 'latebindingsymboltable.cc',
436 'latebindingsymboltable.cc.def',
437 'latebindingsymboltable.h', 436 'latebindingsymboltable.h',
438 'latebindingsymboltable.h.def',
439 'posix.cc', 437 'posix.cc',
440 'posix.h', 438 'posix.h',
441 ], 439 ],
442 }], 440 }],
443 ['OS=="mac"', { 441 ['OS=="mac"', {
444 'sources': [ 442 'sources': [
445 'macasyncsocket.cc', 443 'macasyncsocket.cc',
446 'macasyncsocket.h', 444 'macasyncsocket.h',
447 'maccocoasocketserver.h', 445 'maccocoasocketserver.h',
448 'maccocoasocketserver.mm', 446 'maccocoasocketserver.mm',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 }, 639 },
642 { 640 {
643 'target_name': 'gtest_prod', 641 'target_name': 'gtest_prod',
644 'type': 'static_library', 642 'type': 'static_library',
645 'sources': [ 643 'sources': [
646 'gtest_prod_util.h', 644 'gtest_prod_util.h',
647 ], 645 ],
648 }, 646 },
649 ], 647 ],
650 } 648 }
OLDNEW
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698