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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 18777006: Remove dependencies on /media for iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 5 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 16 matching lines...) Expand all
27 'common_net', 27 'common_net',
28 'in_memory_url_index_cache_proto', 28 'in_memory_url_index_cache_proto',
29 'safe_browsing_proto', 29 'safe_browsing_proto',
30 'safe_browsing_report_proto', 30 'safe_browsing_report_proto',
31 'feedback_proto', 31 'feedback_proto',
32 'variations_seed_proto', 32 'variations_seed_proto',
33 '../components/components.gyp:auto_login_parser', 33 '../components/components.gyp:auto_login_parser',
34 '../content/content.gyp:content_browser', 34 '../content/content.gyp:content_browser',
35 '../content/content.gyp:content_common', 35 '../content/content.gyp:content_common',
36 '../crypto/crypto.gyp:crypto', 36 '../crypto/crypto.gyp:crypto',
37 '../media/media.gyp:media',
38 '../skia/skia.gyp:skia', 37 '../skia/skia.gyp:skia',
39 '../sync/sync.gyp:sync', 38 '../sync/sync.gyp:sync',
40 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 39 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
41 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 40 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
42 '../third_party/icu/icu.gyp:icui18n', 41 '../third_party/icu/icu.gyp:icui18n',
43 '../third_party/icu/icu.gyp:icuuc', 42 '../third_party/icu/icu.gyp:icuuc',
44 '../third_party/libusb/libusb.gyp:libusb', 43 '../third_party/libusb/libusb.gyp:libusb',
45 '../third_party/libxml/libxml.gyp:libxml', 44 '../third_party/libxml/libxml.gyp:libxml',
46 '../third_party/zlib/zlib.gyp:zlib', 45 '../third_party/zlib/zlib.gyp:zlib',
47 '../ui/base/strings/ui_strings.gyp:ui_strings', 46 '../ui/base/strings/ui_strings.gyp:ui_strings',
(...skipping 2332 matching lines...) Expand 10 before | Expand all | Expand 10 after
2380 ['OS != "ios"', { 2379 ['OS != "ios"', {
2381 'dependencies': [ 2380 'dependencies': [
2382 'browser_extensions', 2381 'browser_extensions',
2383 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2382 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2384 'common/extensions/api/api.gyp:api', 2383 'common/extensions/api/api.gyp:api',
2385 'debugger', 2384 'debugger',
2386 'installer_util', 2385 'installer_util',
2387 '../components/components.gyp:autofill_content_risk_proto', 2386 '../components/components.gyp:autofill_content_risk_proto',
2388 '../components/component_strings.gyp:component_strings', 2387 '../components/component_strings.gyp:component_strings',
2389 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2388 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2389 '../media/media.gyp:media',
2390 '../net/net.gyp:net_with_v8', 2390 '../net/net.gyp:net_with_v8',
2391 '../printing/printing.gyp:printing', 2391 '../printing/printing.gyp:printing',
2392 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2392 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2393 '../third_party/expat/expat.gyp:expat', 2393 '../third_party/expat/expat.gyp:expat',
2394 '../third_party/hunspell/hunspell.gyp:hunspell', 2394 '../third_party/hunspell/hunspell.gyp:hunspell',
2395 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2395 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2396 '../third_party/libjingle/libjingle.gyp:libjingle', 2396 '../third_party/libjingle/libjingle.gyp:libjingle',
2397 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2397 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2398 '../third_party/npapi/npapi.gyp:npapi', 2398 '../third_party/npapi/npapi.gyp:npapi',
2399 '../third_party/re2/re2.gyp:re2', 2399 '../third_party/re2/re2.gyp:re2',
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
3039 ['enable_webrtc==0', { 3039 ['enable_webrtc==0', {
3040 'sources!': [ 3040 'sources!': [
3041 'browser/ui/webui/media/webrtc_logs_ui.cc', 3041 'browser/ui/webui/media/webrtc_logs_ui.cc',
3042 'browser/ui/webui/media/webrtc_logs_ui.h', 3042 'browser/ui/webui/media/webrtc_logs_ui.h',
3043 ], 3043 ],
3044 }], 3044 }],
3045 ], 3045 ],
3046 }, 3046 },
3047 ], 3047 ],
3048 } 3048 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698