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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12490012: Send Feedback Experiment (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: removed duplicate constant strings Created 7 years, 9 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 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after
1296 'browser/ui/search_engines/keyword_editor_controller.cc', 1296 'browser/ui/search_engines/keyword_editor_controller.cc',
1297 'browser/ui/search_engines/keyword_editor_controller.h', 1297 'browser/ui/search_engines/keyword_editor_controller.h',
1298 'browser/ui/search_engines/search_engine_tab_helper.cc', 1298 'browser/ui/search_engines/search_engine_tab_helper.cc',
1299 'browser/ui/search_engines/search_engine_tab_helper.h', 1299 'browser/ui/search_engines/search_engine_tab_helper.h',
1300 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', 1300 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc',
1301 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', 1301 'browser/ui/search_engines/search_engine_tab_helper_delegate.h',
1302 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', 1302 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc',
1303 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', 1303 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h',
1304 'browser/ui/search_engines/template_url_table_model.cc', 1304 'browser/ui/search_engines/template_url_table_model.cc',
1305 'browser/ui/search_engines/template_url_table_model.h', 1305 'browser/ui/search_engines/template_url_table_model.h',
1306 'browser/ui/send_feedback_experiment.cc',
1307 'browser/ui/send_feedback_experiment.h',
1306 'browser/ui/simple_message_box.h', 1308 'browser/ui/simple_message_box.h',
1307 'browser/ui/singleton_tabs.cc', 1309 'browser/ui/singleton_tabs.cc',
1308 'browser/ui/singleton_tabs.h', 1310 'browser/ui/singleton_tabs.h',
1309 'browser/ui/snapshot_tab_helper.cc', 1311 'browser/ui/snapshot_tab_helper.cc',
1310 'browser/ui/snapshot_tab_helper.h', 1312 'browser/ui/snapshot_tab_helper.h',
1311 'browser/ui/startup/autolaunch_prompt.cc', 1313 'browser/ui/startup/autolaunch_prompt.cc',
1312 'browser/ui/startup/autolaunch_prompt_win.cc', 1314 'browser/ui/startup/autolaunch_prompt_win.cc',
1313 'browser/ui/startup/autolaunch_prompt.h', 1315 'browser/ui/startup/autolaunch_prompt.h',
1314 'browser/ui/startup/bad_flags_prompt.cc', 1316 'browser/ui/startup/bad_flags_prompt.cc',
1315 'browser/ui/startup/bad_flags_prompt.h', 1317 'browser/ui/startup/bad_flags_prompt.h',
(...skipping 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after
2869 }], 2871 }],
2870 ['enable_message_center==1', { 2872 ['enable_message_center==1', {
2871 'dependencies': [ 2873 'dependencies': [
2872 '../ui/message_center/message_center.gyp:message_center', 2874 '../ui/message_center/message_center.gyp:message_center',
2873 ], 2875 ],
2874 }], 2876 }],
2875 ], 2877 ],
2876 }, 2878 },
2877 ], 2879 ],
2878 } 2880 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698