| 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', |
| 2899 '../components/components.gyp:gcm_driver', | 2900 '../components/components.gyp:gcm_driver', |
| 2900 '../components/components.gyp:google_core_browser', | 2901 '../components/components.gyp:google_core_browser', |
| 2901 '../components/components.gyp:handoff', | 2902 '../components/components.gyp:handoff', |
| 2902 '../components/components.gyp:history_core_browser', | 2903 '../components/components.gyp:history_core_browser', |
| 2903 '../components/components.gyp:history_core_common', | 2904 '../components/components.gyp:history_core_common', |
| 2904 '../components/components.gyp:infobars_core', | 2905 '../components/components.gyp:infobars_core', |
| 2905 '../components/components.gyp:invalidation', | 2906 '../components/components.gyp:invalidation', |
| 2906 '../components/components.gyp:metrics', | 2907 '../components/components.gyp:metrics', |
| 2907 '../components/components.gyp:metrics_gpu', | 2908 '../components/components.gyp:metrics_gpu', |
| 2908 '../components/components.gyp:metrics_net', | 2909 '../components/components.gyp:metrics_net', |
| (...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3359 'sources': [ '<@(chrome_browser_session_service_sources)' ], | 3360 'sources': [ '<@(chrome_browser_session_service_sources)' ], |
| 3360 }], | 3361 }], |
| 3361 ['OS!="android" and OS!="ios" and chromeos==0', { | 3362 ['OS!="android" and OS!="ios" and chromeos==0', { |
| 3362 'sources': [ '<@(chrome_browser_desktop_sources)' ], | 3363 'sources': [ '<@(chrome_browser_desktop_sources)' ], |
| 3363 }], | 3364 }], |
| 3364 ['OS=="android" or OS=="ios"', { | 3365 ['OS=="android" or OS=="ios"', { |
| 3365 'sources': [ '<@(chrome_browser_mobile_sources)' ], | 3366 'sources': [ '<@(chrome_browser_mobile_sources)' ], |
| 3366 }, { # OS!="android" and OS!="ios" | 3367 }, { # OS!="android" and OS!="ios" |
| 3367 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], | 3368 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], |
| 3368 'dependencies': [ | 3369 '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', |
| 3386 '../components/components.gyp:storage_monitor', | 3387 '../components/components.gyp:storage_monitor', |
| 3387 '../components/components.gyp:web_modal', | 3388 '../components/components.gyp:web_modal', |
| 3388 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3389 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 3389 ], | 3390 ], |
| 3390 'sources': [ '<@(chrome_browser_android_sources)' ], | 3391 'sources': [ '<@(chrome_browser_android_sources)' ], |
| 3391 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ], | 3392 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ], |
| 3392 }], | 3393 }], |
| 3393 ['OS=="mac"', { | 3394 ['OS=="mac"', { |
| 3394 'dependencies': [ | 3395 'dependencies': [ |
| 3395 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', | 3396 '../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... |
| 3703 'variables': { | 3704 'variables': { |
| 3704 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3705 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3705 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3706 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3706 }, | 3707 }, |
| 3707 'includes': [ '../build/protoc.gypi' ] | 3708 'includes': [ '../build/protoc.gypi' ] |
| 3708 }, | 3709 }, |
| 3709 ], | 3710 ], |
| 3710 },], | 3711 },], |
| 3711 ], | 3712 ], |
| 3712 } | 3713 } |
| OLD | NEW |