OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 2878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2889 '../components/components.gyp:component_metrics_proto', | 2889 '../components/components.gyp:component_metrics_proto', |
2890 '../components/components.gyp:component_updater', | 2890 '../components/components.gyp:component_updater', |
2891 '../components/components.gyp:content_settings_core_browser', | 2891 '../components/components.gyp:content_settings_core_browser', |
2892 '../components/components.gyp:content_settings_core_common', | 2892 '../components/components.gyp:content_settings_core_common', |
2893 '../components/components.gyp:crx_file', | 2893 '../components/components.gyp:crx_file', |
2894 '../components/components.gyp:data_reduction_proxy_core_browser', | 2894 '../components/components.gyp:data_reduction_proxy_core_browser', |
2895 '../components/components.gyp:domain_reliability', | 2895 '../components/components.gyp:domain_reliability', |
2896 '../components/components.gyp:enhanced_bookmarks', | 2896 '../components/components.gyp:enhanced_bookmarks', |
2897 '../components/components.gyp:favicon_base', | 2897 '../components/components.gyp:favicon_base', |
2898 '../components/components.gyp:favicon_core', | 2898 '../components/components.gyp:favicon_core', |
2899 '../components/components.gyp:feedback_component', | |
2900 '../components/components.gyp:gcm_driver', | 2899 '../components/components.gyp:gcm_driver', |
2901 '../components/components.gyp:google_core_browser', | 2900 '../components/components.gyp:google_core_browser', |
2902 '../components/components.gyp:handoff', | 2901 '../components/components.gyp:handoff', |
2903 '../components/components.gyp:history_core_browser', | 2902 '../components/components.gyp:history_core_browser', |
2904 '../components/components.gyp:history_core_common', | 2903 '../components/components.gyp:history_core_common', |
2905 '../components/components.gyp:infobars_core', | 2904 '../components/components.gyp:infobars_core', |
2906 '../components/components.gyp:invalidation', | 2905 '../components/components.gyp:invalidation', |
2907 '../components/components.gyp:metrics', | 2906 '../components/components.gyp:metrics', |
2908 '../components/components.gyp:metrics_gpu', | 2907 '../components/components.gyp:metrics_gpu', |
2909 '../components/components.gyp:metrics_net', | 2908 '../components/components.gyp:metrics_net', |
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3360 'sources': [ '<@(chrome_browser_session_service_sources)' ], | 3359 'sources': [ '<@(chrome_browser_session_service_sources)' ], |
3361 }], | 3360 }], |
3362 ['OS!="android" and OS!="ios" and chromeos==0', { | 3361 ['OS!="android" and OS!="ios" and chromeos==0', { |
3363 'sources': [ '<@(chrome_browser_desktop_sources)' ], | 3362 'sources': [ '<@(chrome_browser_desktop_sources)' ], |
3364 }], | 3363 }], |
3365 ['OS=="android" or OS=="ios"', { | 3364 ['OS=="android" or OS=="ios"', { |
3366 'sources': [ '<@(chrome_browser_mobile_sources)' ], | 3365 'sources': [ '<@(chrome_browser_mobile_sources)' ], |
3367 }, { # OS!="android" and OS!="ios" | 3366 }, { # OS!="android" and OS!="ios" |
3368 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], | 3367 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], |
3369 'dependencies': [ | 3368 'dependencies': [ |
| 3369 '../components/components.gyp:feedback_component', |
3370 '../device/core/core.gyp:device_core', | 3370 '../device/core/core.gyp:device_core', |
3371 '../device/usb/usb.gyp:device_usb', | 3371 '../device/usb/usb.gyp:device_usb', |
3372 ] | 3372 ] |
3373 }], | 3373 }], |
3374 ['OS=="android"', { | 3374 ['OS=="android"', { |
3375 'dependencies': [ | 3375 'dependencies': [ |
3376 '../components/components.gyp:cdm_browser', | 3376 '../components/components.gyp:cdm_browser', |
3377 '../components/components.gyp:data_reduction_proxy_content', | 3377 '../components/components.gyp:data_reduction_proxy_content', |
3378 '../components/components.gyp:enhanced_bookmarks', | 3378 '../components/components.gyp:enhanced_bookmarks', |
3379 '../components/components.gyp:web_contents_delegate_android', | 3379 '../components/components.gyp:web_contents_delegate_android', |
3380 '../components/components_resources.gyp:components_resources', | 3380 '../components/components_resources.gyp:components_resources', |
3381 '../third_party/android_opengl/etc1/etc1.gyp:etc1', | 3381 '../third_party/android_opengl/etc1/etc1.gyp:etc1', |
3382 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', | 3382 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', |
3383 'chrome_browser_jni_headers', | 3383 'chrome_browser_jni_headers', |
3384 ], | 3384 ], |
3385 'dependencies!': [ | 3385 'dependencies!': [ |
3386 '../components/components.gyp:feedback_component', | |
3387 '../components/components.gyp:storage_monitor', | 3386 '../components/components.gyp:storage_monitor', |
3388 '../components/components.gyp:web_modal', | 3387 '../components/components.gyp:web_modal', |
3389 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3388 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3390 ], | 3389 ], |
3391 'sources': [ '<@(chrome_browser_android_sources)' ], | 3390 'sources': [ '<@(chrome_browser_android_sources)' ], |
3392 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ], | 3391 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ], |
3393 }], | 3392 }], |
3394 ['OS=="mac"', { | 3393 ['OS=="mac"', { |
3395 'dependencies': [ | 3394 'dependencies': [ |
3396 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', | 3395 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3704 'variables': { | 3703 'variables': { |
3705 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3704 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3706 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3705 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3707 }, | 3706 }, |
3708 'includes': [ '../build/protoc.gypi' ] | 3707 'includes': [ '../build/protoc.gypi' ] |
3709 }, | 3708 }, |
3710 ], | 3709 ], |
3711 },], | 3710 },], |
3712 ], | 3711 ], |
3713 } | 3712 } |
OLD | NEW |