| OLD | NEW |
| 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 1262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1273 'browser/ui/search_engines/keyword_editor_controller.cc', | 1273 'browser/ui/search_engines/keyword_editor_controller.cc', |
| 1274 'browser/ui/search_engines/keyword_editor_controller.h', | 1274 'browser/ui/search_engines/keyword_editor_controller.h', |
| 1275 'browser/ui/search_engines/search_engine_tab_helper.cc', | 1275 'browser/ui/search_engines/search_engine_tab_helper.cc', |
| 1276 'browser/ui/search_engines/search_engine_tab_helper.h', | 1276 'browser/ui/search_engines/search_engine_tab_helper.h', |
| 1277 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', | 1277 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', |
| 1278 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', | 1278 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', |
| 1279 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', | 1279 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', |
| 1280 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', | 1280 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', |
| 1281 'browser/ui/search_engines/template_url_table_model.cc', | 1281 'browser/ui/search_engines/template_url_table_model.cc', |
| 1282 'browser/ui/search_engines/template_url_table_model.h', | 1282 'browser/ui/search_engines/template_url_table_model.h', |
| 1283 'browser/ui/send_feedback_experiment.cc', |
| 1284 'browser/ui/send_feedback_experiment.h', |
| 1283 'browser/ui/simple_message_box.h', | 1285 'browser/ui/simple_message_box.h', |
| 1284 'browser/ui/singleton_tabs.cc', | 1286 'browser/ui/singleton_tabs.cc', |
| 1285 'browser/ui/singleton_tabs.h', | 1287 'browser/ui/singleton_tabs.h', |
| 1286 'browser/ui/snapshot_tab_helper.cc', | 1288 'browser/ui/snapshot_tab_helper.cc', |
| 1287 'browser/ui/snapshot_tab_helper.h', | 1289 'browser/ui/snapshot_tab_helper.h', |
| 1288 'browser/ui/startup/autolaunch_prompt.cc', | 1290 'browser/ui/startup/autolaunch_prompt.cc', |
| 1289 'browser/ui/startup/autolaunch_prompt_win.cc', | 1291 'browser/ui/startup/autolaunch_prompt_win.cc', |
| 1290 'browser/ui/startup/autolaunch_prompt.h', | 1292 'browser/ui/startup/autolaunch_prompt.h', |
| 1291 'browser/ui/startup/bad_flags_prompt.cc', | 1293 'browser/ui/startup/bad_flags_prompt.cc', |
| 1292 'browser/ui/startup/bad_flags_prompt.h', | 1294 'browser/ui/startup/bad_flags_prompt.h', |
| (...skipping 1572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2865 }], | 2867 }], |
| 2866 ['enable_message_center==1', { | 2868 ['enable_message_center==1', { |
| 2867 'dependencies': [ | 2869 'dependencies': [ |
| 2868 '../ui/message_center/message_center.gyp:message_center', | 2870 '../ui/message_center/message_center.gyp:message_center', |
| 2869 ], | 2871 ], |
| 2870 }], | 2872 }], |
| 2871 ], | 2873 ], |
| 2872 }, | 2874 }, |
| 2873 ], | 2875 ], |
| 2874 } | 2876 } |
| OLD | NEW |