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 'common/all_messages.h', | 9 'common/all_messages.h', |
10 'common/attrition_experiments.h', | 10 'common/attrition_experiments.h', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'common/icon_with_badge_image_source.cc', | 60 'common/icon_with_badge_image_source.cc', |
61 'common/icon_with_badge_image_source.h', | 61 'common/icon_with_badge_image_source.h', |
62 'common/ini_parser.cc', | 62 'common/ini_parser.cc', |
63 'common/ini_parser.h', | 63 'common/ini_parser.h', |
64 'common/instant_types.cc', | 64 'common/instant_types.cc', |
65 'common/instant_types.h', | 65 'common/instant_types.h', |
66 'common/localized_error.cc', | 66 'common/localized_error.cc', |
67 'common/localized_error.h', | 67 'common/localized_error.h', |
68 'common/logging_chrome.cc', | 68 'common/logging_chrome.cc', |
69 'common/logging_chrome.h', | 69 'common/logging_chrome.h', |
70 'common/mac/app_mode_common.h', | |
71 'common/mac/app_mode_common.mm', | |
72 'common/mac/app_shim_launch.h', | 70 'common/mac/app_shim_launch.h', |
73 'common/mac/app_shim_messages.h', | 71 'common/mac/app_shim_messages.h', |
74 'common/mac/cfbundle_blocker.h', | 72 'common/mac/cfbundle_blocker.h', |
75 'common/mac/cfbundle_blocker.mm', | 73 'common/mac/cfbundle_blocker.mm', |
76 'common/mac/launchd.h', | 74 'common/mac/launchd.h', |
77 'common/mac/launchd.mm', | 75 'common/mac/launchd.mm', |
78 'common/mac/objc_zombie.h', | 76 'common/mac/objc_zombie.h', |
79 'common/mac/objc_zombie.mm', | 77 'common/mac/objc_zombie.mm', |
80 'common/media/webrtc_logging_message_data.cc', | 78 'common/media/webrtc_logging_message_data.cc', |
81 'common/media/webrtc_logging_message_data.h', | 79 'common/media/webrtc_logging_message_data.h', |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 'sources': [ '<@(chrome_common_networking_private_sources_openssl)' ], | 369 'sources': [ '<@(chrome_common_networking_private_sources_openssl)' ], |
372 'dependencies': [ | 370 'dependencies': [ |
373 '../third_party/boringssl/boringssl.gyp:boringssl', | 371 '../third_party/boringssl/boringssl.gyp:boringssl', |
374 ], | 372 ], |
375 }], | 373 }], |
376 ['(OS=="win" or OS=="mac" or chromeos==1) and use_openssl!=1', { | 374 ['(OS=="win" or OS=="mac" or chromeos==1) and use_openssl!=1', { |
377 'sources': [ '<@(chrome_common_networking_private_sources_nss)' ], | 375 'sources': [ '<@(chrome_common_networking_private_sources_nss)' ], |
378 }], | 376 }], |
379 ['OS=="mac"', { | 377 ['OS=="mac"', { |
380 'sources': [ '<@(chrome_common_mac_sources)' ], | 378 'sources': [ '<@(chrome_common_mac_sources)' ], |
| 379 'dependencies': [ 'app_mode_app_support' ], |
381 }], | 380 }], |
382 ['OS != "ios"', { | 381 ['OS != "ios"', { |
383 'dependencies': [ | 382 'dependencies': [ |
384 '<(DEPTH)/components/components.gyp:autofill_core_common', | 383 '<(DEPTH)/components/components.gyp:autofill_core_common', |
385 '<(DEPTH)/components/components.gyp:autofill_content_common', | 384 '<(DEPTH)/components/components.gyp:autofill_content_common', |
386 '<(DEPTH)/components/components.gyp:password_manager_core_common', | 385 '<(DEPTH)/components/components.gyp:password_manager_core_common', |
387 '<(DEPTH)/components/components.gyp:password_manager_content_common'
, | 386 '<(DEPTH)/components/components.gyp:password_manager_content_common'
, |
388 '<(DEPTH)/components/components.gyp:signin_core_common', | 387 '<(DEPTH)/components/components.gyp:signin_core_common', |
389 '<(DEPTH)/components/components.gyp:translate_content_common', | 388 '<(DEPTH)/components/components.gyp:translate_content_common', |
390 '<(DEPTH)/components/components.gyp:visitedlink_common', | 389 '<(DEPTH)/components/components.gyp:visitedlink_common', |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 'common/safe_browsing/csd.proto' | 692 'common/safe_browsing/csd.proto' |
694 ], | 693 ], |
695 'variables': { | 694 'variables': { |
696 'proto_in_dir': 'common/safe_browsing', | 695 'proto_in_dir': 'common/safe_browsing', |
697 'proto_out_dir': 'chrome/common/safe_browsing', | 696 'proto_out_dir': 'chrome/common/safe_browsing', |
698 }, | 697 }, |
699 'includes': [ '../build/protoc.gypi' ], | 698 'includes': [ '../build/protoc.gypi' ], |
700 }, | 699 }, |
701 ], | 700 ], |
702 } | 701 } |
OLD | NEW |