| 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 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1354 'browser/ui/screen_capture_notification_ui_win.cc', | 1354 'browser/ui/screen_capture_notification_ui_win.cc', |
| 1355 'browser/ui/search/instant_commit_type.h', | 1355 'browser/ui/search/instant_commit_type.h', |
| 1356 'browser/ui/search/instant_controller.cc', | 1356 'browser/ui/search/instant_controller.cc', |
| 1357 'browser/ui/search/instant_controller.h', | 1357 'browser/ui/search/instant_controller.h', |
| 1358 'browser/ui/search/instant_ipc_sender.cc', | 1358 'browser/ui/search/instant_ipc_sender.cc', |
| 1359 'browser/ui/search/instant_ipc_sender.h', | 1359 'browser/ui/search/instant_ipc_sender.h', |
| 1360 'browser/ui/search/instant_loader.cc', | 1360 'browser/ui/search/instant_loader.cc', |
| 1361 'browser/ui/search/instant_loader.h', | 1361 'browser/ui/search/instant_loader.h', |
| 1362 'browser/ui/search/instant_ntp.cc', | 1362 'browser/ui/search/instant_ntp.cc', |
| 1363 'browser/ui/search/instant_ntp.h', | 1363 'browser/ui/search/instant_ntp.h', |
| 1364 'browser/ui/search/instant_overlay.cc', | |
| 1365 'browser/ui/search/instant_overlay.h', | |
| 1366 'browser/ui/search/instant_overlay_controller.cc', | 1364 'browser/ui/search/instant_overlay_controller.cc', |
| 1367 'browser/ui/search/instant_overlay_controller.h', | 1365 'browser/ui/search/instant_overlay_controller.h', |
| 1368 'browser/ui/search/instant_overlay_model.cc', | 1366 'browser/ui/search/instant_overlay_model.cc', |
| 1369 'browser/ui/search/instant_overlay_model.h', | 1367 'browser/ui/search/instant_overlay_model.h', |
| 1370 'browser/ui/search/instant_overlay_model_observer.h', | 1368 'browser/ui/search/instant_overlay_model_observer.h', |
| 1371 'browser/ui/search/instant_page.cc', | 1369 'browser/ui/search/instant_page.cc', |
| 1372 'browser/ui/search/instant_page.h', | 1370 'browser/ui/search/instant_page.h', |
| 1373 'browser/ui/search/instant_tab.cc', | 1371 'browser/ui/search/instant_tab.cc', |
| 1374 'browser/ui/search/instant_tab.h', | 1372 'browser/ui/search/instant_tab.h', |
| 1375 'browser/ui/search/instant_unload_handler.cc', | 1373 'browser/ui/search/instant_unload_handler.cc', |
| (...skipping 1646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3022 ['enable_webrtc==0', { | 3020 ['enable_webrtc==0', { |
| 3023 'sources!': [ | 3021 'sources!': [ |
| 3024 'browser/ui/webui/media/webrtc_logs_ui.cc', | 3022 'browser/ui/webui/media/webrtc_logs_ui.cc', |
| 3025 'browser/ui/webui/media/webrtc_logs_ui.h', | 3023 'browser/ui/webui/media/webrtc_logs_ui.h', |
| 3026 ], | 3024 ], |
| 3027 }], | 3025 }], |
| 3028 ], | 3026 ], |
| 3029 }, | 3027 }, |
| 3030 ], | 3028 ], |
| 3031 } | 3029 } |
| OLD | NEW |