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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 88623003: Bring-up of the dom-distiller webui on ios. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years 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 | « build/ios/grit_whitelist.txt ('k') | chrome/chrome_repack_resources.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 11 matching lines...) Expand all
22 'chrome_resources.gyp:chrome_resources', 22 'chrome_resources.gyp:chrome_resources',
23 'chrome_resources.gyp:chrome_strings', 23 'chrome_resources.gyp:chrome_strings',
24 'chrome_resources.gyp:platform_locale_settings', 24 'chrome_resources.gyp:platform_locale_settings',
25 'chrome_resources.gyp:theme_resources', 25 'chrome_resources.gyp:theme_resources',
26 'common', 26 'common',
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 '../components/component_strings.gyp:component_strings',
32 '../components/components.gyp:auto_login_parser', 33 '../components/components.gyp:auto_login_parser',
34 '../components/components.gyp:dom_distiller_core',
35 '../components/components.gyp:dom_distiller_webui',
33 '../components/components.gyp:onc_component', 36 '../components/components.gyp:onc_component',
34 '../content/content.gyp:content_browser', 37 '../content/content.gyp:content_browser',
35 '../content/content.gyp:content_common', 38 '../content/content.gyp:content_common',
36 '../crypto/crypto.gyp:crypto', 39 '../crypto/crypto.gyp:crypto',
37 '../skia/skia.gyp:skia', 40 '../skia/skia.gyp:skia',
38 '../sync/sync.gyp:sync', 41 '../sync/sync.gyp:sync',
39 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
40 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
41 '../third_party/icu/icu.gyp:icui18n', 44 '../third_party/icu/icu.gyp:icui18n',
42 '../third_party/icu/icu.gyp:icuuc', 45 '../third_party/icu/icu.gyp:icuuc',
(...skipping 2548 matching lines...) Expand 10 before | Expand all | Expand 10 after
2591 ], 2594 ],
2592 'conditions': [ 2595 'conditions': [
2593 ['OS != "ios"', { 2596 ['OS != "ios"', {
2594 'dependencies': [ 2597 'dependencies': [
2595 'browser_extensions', 2598 'browser_extensions',
2596 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2599 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2597 'common/extensions/api/api.gyp:api', 2600 'common/extensions/api/api.gyp:api',
2598 'debugger', 2601 'debugger',
2599 'installer_util', 2602 'installer_util',
2600 '../components/components.gyp:autofill_content_risk_proto', 2603 '../components/components.gyp:autofill_content_risk_proto',
2601 '../components/component_strings.gyp:component_strings',
2602 '../components/components.gyp:dom_distiller_core',
2603 '../components/components.gyp:dom_distiller_webui',
2604 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2604 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2605 '../media/media.gyp:media', 2605 '../media/media.gyp:media',
2606 '../net/net.gyp:net_with_v8', 2606 '../net/net.gyp:net_with_v8',
2607 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2607 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2608 '../third_party/expat/expat.gyp:expat', 2608 '../third_party/expat/expat.gyp:expat',
2609 '../third_party/hunspell/hunspell.gyp:hunspell', 2609 '../third_party/hunspell/hunspell.gyp:hunspell',
2610 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2610 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2611 '../third_party/libjingle/libjingle.gyp:libjingle', 2611 '../third_party/libjingle/libjingle.gyp:libjingle',
2612 '../third_party/npapi/npapi.gyp:npapi', 2612 '../third_party/npapi/npapi.gyp:npapi',
2613 '../third_party/re2/re2.gyp:re2', 2613 '../third_party/re2/re2.gyp:re2',
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
3343 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3343 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3344 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3344 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3345 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3345 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3346 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3346 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3347 ], 3347 ],
3348 }], 3348 }],
3349 ], 3349 ],
3350 }, 3350 },
3351 ], 3351 ],
3352 } 3352 }
OLDNEW
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | chrome/chrome_repack_resources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698