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 3334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3345 }, { # OS!="android" and OS!="ios" | 3345 }, { # OS!="android" and OS!="ios" |
3346 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], | 3346 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], |
3347 'dependencies': [ | 3347 'dependencies': [ |
3348 '../device/core/core.gyp:device_core', | 3348 '../device/core/core.gyp:device_core', |
3349 '../device/usb/usb.gyp:device_usb', | 3349 '../device/usb/usb.gyp:device_usb', |
3350 ] | 3350 ] |
3351 }], | 3351 }], |
3352 ['OS=="android"', { | 3352 ['OS=="android"', { |
3353 'dependencies': [ | 3353 'dependencies': [ |
3354 '../components/components.gyp:cdm_browser', | 3354 '../components/components.gyp:cdm_browser', |
| 3355 '../components/components.gyp:data_reduction_proxy_content', |
3355 '../components/components.gyp:enhanced_bookmarks', | 3356 '../components/components.gyp:enhanced_bookmarks', |
3356 '../components/components.gyp:web_contents_delegate_android', | 3357 '../components/components.gyp:web_contents_delegate_android', |
3357 '../components/components_resources.gyp:components_resources', | 3358 '../components/components_resources.gyp:components_resources', |
3358 '../third_party/android_opengl/etc1/etc1.gyp:etc1', | 3359 '../third_party/android_opengl/etc1/etc1.gyp:etc1', |
3359 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', | 3360 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', |
3360 'chrome_browser_jni_headers', | 3361 'chrome_browser_jni_headers', |
3361 ], | 3362 ], |
3362 'dependencies!': [ | 3363 'dependencies!': [ |
3363 '../components/components.gyp:feedback_component', | 3364 '../components/components.gyp:feedback_component', |
3364 '../components/components.gyp:storage_monitor', | 3365 '../components/components.gyp:storage_monitor', |
3365 '../components/components.gyp:web_modal', | 3366 '../components/components.gyp:web_modal', |
3366 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3367 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3367 ], | 3368 ], |
3368 'sources': [ '<@(chrome_browser_android_sources)' ], | 3369 'sources': [ '<@(chrome_browser_android_sources)' ], |
| 3370 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ], |
3369 }], | 3371 }], |
3370 ['OS=="mac"', { | 3372 ['OS=="mac"', { |
3371 'dependencies': [ | 3373 'dependencies': [ |
3372 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', | 3374 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
3373 '../third_party/mozilla/mozilla.gyp:mozilla', | 3375 '../third_party/mozilla/mozilla.gyp:mozilla', |
3374 ], | 3376 ], |
3375 'link_settings': { | 3377 'link_settings': { |
3376 'libraries': [ | 3378 'libraries': [ |
3377 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', | 3379 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', |
3378 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 3380 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3702 'variables': { | 3704 'variables': { |
3703 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3705 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3704 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3706 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3705 }, | 3707 }, |
3706 'includes': [ '../build/protoc.gypi' ] | 3708 'includes': [ '../build/protoc.gypi' ] |
3707 }, | 3709 }, |
3708 ], | 3710 ], |
3709 },], | 3711 },], |
3710 ], | 3712 ], |
3711 } | 3713 } |
OLD | NEW |