| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 '../ui/resources/ui_resources.gyp:ui_resources', | 55 '../ui/resources/ui_resources.gyp:ui_resources', |
| 56 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 56 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 57 ], | 57 ], |
| 58 'include_dirs': [ | 58 'include_dirs': [ |
| 59 '..', | 59 '..', |
| 60 '<(INTERMEDIATE_DIR)', | 60 '<(INTERMEDIATE_DIR)', |
| 61 # Needed by pepper_flash_component_installer.cc. | 61 # Needed by pepper_flash_component_installer.cc. |
| 62 '<(SHARED_INTERMEDIATE_DIR)', | 62 '<(SHARED_INTERMEDIATE_DIR)', |
| 63 ], | 63 ], |
| 64 'export_dependent_settings': [ | 64 'export_dependent_settings': [ |
| 65 '../components/components.gyp:dom_distiller_core', |
| 65 '../sync/sync.gyp:sync', | 66 '../sync/sync.gyp:sync', |
| 66 ], | 67 ], |
| 67 'sources': [ | 68 'sources': [ |
| 68 # All .cc, .h, .m, and .mm files under browser/ui except for: | 69 # All .cc, .h, .m, and .mm files under browser/ui except for: |
| 69 # * tests and mocks. | 70 # * tests and mocks. |
| 70 'browser/ui/accelerator_utils.h', | 71 'browser/ui/accelerator_utils.h', |
| 71 'browser/ui/active_tab_tracker.cc', | 72 'browser/ui/active_tab_tracker.cc', |
| 72 'browser/ui/active_tab_tracker.h', | 73 'browser/ui/active_tab_tracker.h', |
| 73 'browser/ui/alternate_error_tab_observer.cc', | 74 'browser/ui/alternate_error_tab_observer.cc', |
| 74 'browser/ui/alternate_error_tab_observer.h', | 75 'browser/ui/alternate_error_tab_observer.h', |
| (...skipping 3289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3364 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3365 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3365 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3366 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3366 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3367 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3367 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3368 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3368 ], | 3369 ], |
| 3369 }], | 3370 }], |
| 3370 ], | 3371 ], |
| 3371 }, | 3372 }, |
| 3372 ], | 3373 ], |
| 3373 } | 3374 } |
| OLD | NEW |