OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # File lists shared with GN build. | 7 # File lists shared with GN build. |
8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
9 '../apps/app_shim/app_shim_launch.h', | 9 '../apps/app_shim/app_shim_launch.h', |
10 '../apps/app_shim/app_shim_messages.h', | 10 '../apps/app_shim/app_shim_messages.h', |
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 }], | 477 }], |
478 ['OS=="mac"', { | 478 ['OS=="mac"', { |
479 'dependencies': [ | 479 'dependencies': [ |
480 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', | 480 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
481 '../third_party/mach_override/mach_override.gyp:mach_override', | 481 '../third_party/mach_override/mach_override.gyp:mach_override', |
482 ], | 482 ], |
483 'include_dirs': [ | 483 'include_dirs': [ |
484 '<(DEPTH)/breakpad/src', | 484 '<(DEPTH)/breakpad/src', |
485 ], | 485 ], |
486 'sources!': [ | 486 'sources!': [ |
487 'common/child_process_logging_posix.cc', | |
488 'common/chrome_version_info_posix.cc', | 487 'common/chrome_version_info_posix.cc', |
489 ], | 488 ], |
490 }], | 489 }], |
491 ['remoting==1', { | 490 ['remoting==1', { |
492 'dependencies': [ | 491 'dependencies': [ |
493 '../remoting/remoting.gyp:remoting_client_plugin', | 492 '../remoting/remoting.gyp:remoting_client_plugin', |
494 ], | 493 ], |
495 }], | 494 }], |
496 ['enable_webrtc==0', { | 495 ['enable_webrtc==0', { |
497 'sources!': [ | 496 'sources!': [ |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 'common/safe_browsing/csd.proto' | 686 'common/safe_browsing/csd.proto' |
688 ], | 687 ], |
689 'variables': { | 688 'variables': { |
690 'proto_in_dir': 'common/safe_browsing', | 689 'proto_in_dir': 'common/safe_browsing', |
691 'proto_out_dir': 'chrome/common/safe_browsing', | 690 'proto_out_dir': 'chrome/common/safe_browsing', |
692 }, | 691 }, |
693 'includes': [ '../build/protoc.gypi' ], | 692 'includes': [ '../build/protoc.gypi' ], |
694 }, | 693 }, |
695 ], | 694 ], |
696 } | 695 } |
OLD | NEW |