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 3314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3325 }, { # OS!="android" and OS!="ios" | 3325 }, { # OS!="android" and OS!="ios" |
3326 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], | 3326 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], |
3327 'dependencies': [ | 3327 'dependencies': [ |
3328 '../device/core/core.gyp:device_core', | 3328 '../device/core/core.gyp:device_core', |
3329 '../device/usb/usb.gyp:device_usb', | 3329 '../device/usb/usb.gyp:device_usb', |
3330 ] | 3330 ] |
3331 }], | 3331 }], |
3332 ['OS=="android"', { | 3332 ['OS=="android"', { |
3333 'dependencies': [ | 3333 'dependencies': [ |
3334 '../components/components.gyp:cdm_browser', | 3334 '../components/components.gyp:cdm_browser', |
| 3335 '../components/components.gyp:data_reduction_proxy_content', |
3335 '../components/components.gyp:enhanced_bookmarks', | 3336 '../components/components.gyp:enhanced_bookmarks', |
3336 '../components/components.gyp:web_contents_delegate_android', | 3337 '../components/components.gyp:web_contents_delegate_android', |
3337 '../components/components_resources.gyp:components_resources', | 3338 '../components/components_resources.gyp:components_resources', |
3338 '../third_party/android_opengl/etc1/etc1.gyp:etc1', | 3339 '../third_party/android_opengl/etc1/etc1.gyp:etc1', |
3339 'chrome_browser_jni_headers', | 3340 'chrome_browser_jni_headers', |
3340 ], | 3341 ], |
3341 'dependencies!': [ | 3342 'dependencies!': [ |
3342 '../components/components.gyp:feedback_component', | 3343 '../components/components.gyp:feedback_component', |
3343 '../components/components.gyp:storage_monitor', | 3344 '../components/components.gyp:storage_monitor', |
3344 '../components/components.gyp:web_modal', | 3345 '../components/components.gyp:web_modal', |
3345 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3346 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3346 ], | 3347 ], |
3347 'sources': [ '<@(chrome_browser_android_sources)' ], | 3348 'sources': [ '<@(chrome_browser_android_sources)' ], |
| 3349 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ], |
3348 }], | 3350 }], |
3349 ['OS=="mac"', { | 3351 ['OS=="mac"', { |
3350 'dependencies': [ | 3352 'dependencies': [ |
3351 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', | 3353 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
3352 '../third_party/mozilla/mozilla.gyp:mozilla', | 3354 '../third_party/mozilla/mozilla.gyp:mozilla', |
3353 ], | 3355 ], |
3354 'link_settings': { | 3356 'link_settings': { |
3355 'libraries': [ | 3357 'libraries': [ |
3356 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', | 3358 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', |
3357 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 3359 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3681 'variables': { | 3683 'variables': { |
3682 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3684 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3683 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3685 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3684 }, | 3686 }, |
3685 'includes': [ '../build/protoc.gypi' ] | 3687 'includes': [ '../build/protoc.gypi' ] |
3686 }, | 3688 }, |
3687 ], | 3689 ], |
3688 },], | 3690 },], |
3689 ], | 3691 ], |
3690 } | 3692 } |
OLD | NEW |