Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 684223003: Data Reduction Proxy Interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Thestig comment and test fix Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 3351 matching lines...) Expand 10 before | Expand all | Expand 10 after
3362 }, { # OS!="android" and OS!="ios" 3362 }, { # OS!="android" and OS!="ios"
3363 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], 3363 'sources': [ '<@(chrome_browser_non_mobile_sources)' ],
3364 'dependencies': [ 3364 'dependencies': [
3365 '../device/core/core.gyp:device_core', 3365 '../device/core/core.gyp:device_core',
3366 '../device/usb/usb.gyp:device_usb', 3366 '../device/usb/usb.gyp:device_usb',
3367 ] 3367 ]
3368 }], 3368 }],
3369 ['OS=="android"', { 3369 ['OS=="android"', {
3370 'dependencies': [ 3370 'dependencies': [
3371 '../components/components.gyp:cdm_browser', 3371 '../components/components.gyp:cdm_browser',
3372 '../components/components.gyp:data_reduction_proxy_content',
3372 '../components/components.gyp:enhanced_bookmarks', 3373 '../components/components.gyp:enhanced_bookmarks',
3373 '../components/components.gyp:web_contents_delegate_android', 3374 '../components/components.gyp:web_contents_delegate_android',
3374 '../components/components_resources.gyp:components_resources', 3375 '../components/components_resources.gyp:components_resources',
3375 '../third_party/android_opengl/etc1/etc1.gyp:etc1', 3376 '../third_party/android_opengl/etc1/etc1.gyp:etc1',
3376 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util', 3377 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util',
3377 'chrome_browser_jni_headers', 3378 'chrome_browser_jni_headers',
3378 ], 3379 ],
3379 'dependencies!': [ 3380 'dependencies!': [
3380 '../components/components.gyp:feedback_component', 3381 '../components/components.gyp:feedback_component',
3381 '../components/components.gyp:storage_monitor', 3382 '../components/components.gyp:storage_monitor',
3382 '../components/components.gyp:web_modal', 3383 '../components/components.gyp:web_modal',
3383 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3384 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3384 ], 3385 ],
3385 'sources': [ '<@(chrome_browser_android_sources)' ], 3386 'sources': [ '<@(chrome_browser_android_sources)' ],
3387 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ],
3386 }], 3388 }],
3387 ['OS=="mac"', { 3389 ['OS=="mac"', {
3388 'dependencies': [ 3390 'dependencies': [
3389 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac', 3391 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac',
3390 '../third_party/mozilla/mozilla.gyp:mozilla', 3392 '../third_party/mozilla/mozilla.gyp:mozilla',
3391 ], 3393 ],
3392 'link_settings': { 3394 'link_settings': {
3393 'libraries': [ 3395 'libraries': [
3394 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 3396 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
3395 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 3397 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
3710 'variables': { 3712 'variables': {
3711 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3713 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3712 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3714 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3713 }, 3715 },
3714 'includes': [ '../build/protoc.gypi' ] 3716 'includes': [ '../build/protoc.gypi' ]
3715 }, 3717 },
3716 ], 3718 ],
3717 },], 3719 },],
3718 ], 3720 ],
3719 } 3721 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698