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

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: whitespace 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 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after
1297 'browser/ui/search_engines/keyword_editor_controller.cc', 1297 'browser/ui/search_engines/keyword_editor_controller.cc',
1298 'browser/ui/search_engines/keyword_editor_controller.h', 1298 'browser/ui/search_engines/keyword_editor_controller.h',
1299 'browser/ui/search_engines/search_engine_tab_helper.cc', 1299 'browser/ui/search_engines/search_engine_tab_helper.cc',
1300 'browser/ui/search_engines/search_engine_tab_helper.h', 1300 'browser/ui/search_engines/search_engine_tab_helper.h',
1301 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', 1301 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc',
1302 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', 1302 'browser/ui/search_engines/search_engine_tab_helper_delegate.h',
1303 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', 1303 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc',
1304 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', 1304 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h',
1305 'browser/ui/search_engines/template_url_table_model.cc', 1305 'browser/ui/search_engines/template_url_table_model.cc',
1306 'browser/ui/search_engines/template_url_table_model.h', 1306 'browser/ui/search_engines/template_url_table_model.h',
1307 'browser/ui/send_feedback_experiment.cc',
1308 'browser/ui/send_feedback_experiment.h',
1307 'browser/ui/simple_message_box.h', 1309 'browser/ui/simple_message_box.h',
1308 'browser/ui/singleton_tabs.cc', 1310 'browser/ui/singleton_tabs.cc',
1309 'browser/ui/singleton_tabs.h', 1311 'browser/ui/singleton_tabs.h',
1310 'browser/ui/snapshot_tab_helper.cc', 1312 'browser/ui/snapshot_tab_helper.cc',
1311 'browser/ui/snapshot_tab_helper.h', 1313 'browser/ui/snapshot_tab_helper.h',
1312 'browser/ui/startup/autolaunch_prompt.cc', 1314 'browser/ui/startup/autolaunch_prompt.cc',
1313 'browser/ui/startup/autolaunch_prompt_win.cc', 1315 'browser/ui/startup/autolaunch_prompt_win.cc',
1314 'browser/ui/startup/autolaunch_prompt.h', 1316 'browser/ui/startup/autolaunch_prompt.h',
1315 'browser/ui/startup/bad_flags_prompt.cc', 1317 'browser/ui/startup/bad_flags_prompt.cc',
1316 'browser/ui/startup/bad_flags_prompt.h', 1318 'browser/ui/startup/bad_flags_prompt.h',
(...skipping 1556 matching lines...) Expand 10 before | Expand all | Expand 10 after
2873 }], 2875 }],
2874 ['enable_message_center==1', { 2876 ['enable_message_center==1', {
2875 'dependencies': [ 2877 'dependencies': [
2876 '../ui/message_center/message_center.gyp:message_center', 2878 '../ui/message_center/message_center.gyp:message_center',
2877 ], 2879 ],
2878 }], 2880 }],
2879 ], 2881 ],
2880 }, 2882 },
2881 ], 2883 ],
2882 } 2884 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698