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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 225183018: Move feedback files into src/components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change to moving all of feedback (except syslog collection) Created 6 years, 8 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 '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 10 matching lines...) Expand all
21 'chrome_resources.gyp:chrome_extra_resources', 21 'chrome_resources.gyp:chrome_extra_resources',
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',
32 '../components/components.gyp:auto_login_parser', 31 '../components/components.gyp:auto_login_parser',
33 '../components/components.gyp:dom_distiller_core', 32 '../components/components.gyp:dom_distiller_core',
34 '../components/components.gyp:dom_distiller_webui', 33 '../components/components.gyp:dom_distiller_webui',
35 '../components/components.gyp:onc_component', 34 '../components/components.gyp:onc_component',
36 '../components/components.gyp:password_manager_core_browser', 35 '../components/components.gyp:password_manager_core_browser',
37 '../components/components_resources.gyp:components_resources', 36 '../components/components_resources.gyp:components_resources',
38 '../components/components_strings.gyp:components_strings', 37 '../components/components_strings.gyp:components_strings',
39 '../content/content.gyp:content_browser', 38 '../content/content.gyp:content_browser',
40 '../content/content.gyp:content_common', 39 '../content/content.gyp:content_common',
41 '../crypto/crypto.gyp:crypto', 40 '../crypto/crypto.gyp:crypto',
(...skipping 3391 matching lines...) Expand 10 before | Expand all | Expand 10 after
3433 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3432 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3434 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3433 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3435 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3434 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3436 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3435 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3437 ], 3436 ],
3438 }], 3437 }],
3439 ], 3438 ],
3440 }, 3439 },
3441 ], 3440 ],
3442 } 3441 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698