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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 105623002: Debug UI for DOM distiller supports distillation and lists articles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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 | Annotate | Revision Log
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 13 matching lines...) Expand all
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/component_strings.gyp:component_strings',
33 '../components/components.gyp:auto_login_parser', 33 '../components/components.gyp:auto_login_parser',
34 '../components/components.gyp:dom_distiller_content',
blundell 2013/12/05 10:09:21 FYI, the reason that you're getting the errors on
nyquist 2013/12/05 18:30:28 Yep. Rebased now.
34 '../components/components.gyp:dom_distiller_core', 35 '../components/components.gyp:dom_distiller_core',
35 '../components/components.gyp:dom_distiller_webui', 36 '../components/components.gyp:dom_distiller_webui',
36 '../components/components.gyp:onc_component', 37 '../components/components.gyp:onc_component',
37 '../content/content.gyp:content_browser', 38 '../content/content.gyp:content_browser',
38 '../content/content.gyp:content_common', 39 '../content/content.gyp:content_common',
39 '../crypto/crypto.gyp:crypto', 40 '../crypto/crypto.gyp:crypto',
40 '../skia/skia.gyp:skia', 41 '../skia/skia.gyp:skia',
41 '../sync/sync.gyp:sync', 42 '../sync/sync.gyp:sync',
42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
(...skipping 3308 matching lines...) Expand 10 before | Expand all | Expand 10 after
3352 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3353 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3353 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3354 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3354 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3355 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3355 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3356 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3356 ], 3357 ],
3357 }], 3358 }],
3358 ], 3359 ],
3359 }, 3360 },
3360 ], 3361 ],
3361 } 3362 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698