| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../components/url_formatter/url_formatter.gyp:url_formatter', | 8 '../components/url_formatter/url_formatter.gyp:url_formatter', |
| 9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 10 '../device/battery/battery.gyp:device_battery', | 10 '../device/battery/battery.gyp:device_battery', |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 'public/browser/web_drag_dest_delegate.h', | 293 'public/browser/web_drag_dest_delegate.h', |
| 294 'public/browser/web_ui.h', | 294 'public/browser/web_ui.h', |
| 295 'public/browser/web_ui_controller.cc', | 295 'public/browser/web_ui_controller.cc', |
| 296 'public/browser/web_ui_controller.h', | 296 'public/browser/web_ui_controller.h', |
| 297 'public/browser/web_ui_controller_factory.h', | 297 'public/browser/web_ui_controller_factory.h', |
| 298 'public/browser/web_ui_data_source.h', | 298 'public/browser/web_ui_data_source.h', |
| 299 'public/browser/web_ui_message_handler.h', | 299 'public/browser/web_ui_message_handler.h', |
| 300 'public/browser/worker_service.h', | 300 'public/browser/worker_service.h', |
| 301 'public/browser/worker_service_observer.h', | 301 'public/browser/worker_service_observer.h', |
| 302 'public/browser/zoom_level_delegate.h', | 302 'public/browser/zoom_level_delegate.h', |
| 303 'public/browser/zygote_handle_linux.h', | |
| 304 'public/browser/zygote_host_linux.h', | 303 'public/browser/zygote_host_linux.h', |
| 305 ], | 304 ], |
| 306 'private_browser_sources': [ | 305 'private_browser_sources': [ |
| 307 # These files are generated by GRIT. | 306 # These files are generated by GRIT. |
| 308 '<(SHARED_INTERMEDIATE_DIR)/blink/grit/devtools_resources.h', | 307 '<(SHARED_INTERMEDIATE_DIR)/blink/grit/devtools_resources.h', |
| 309 '<(SHARED_INTERMEDIATE_DIR)/blink/grit/devtools_resources_map.cc', | 308 '<(SHARED_INTERMEDIATE_DIR)/blink/grit/devtools_resources_map.cc', |
| 310 '<(SHARED_INTERMEDIATE_DIR)/blink/grit/devtools_resources_map.h', | 309 '<(SHARED_INTERMEDIATE_DIR)/blink/grit/devtools_resources_map.h', |
| 311 # These files are generated by devtools_protocol_handler_generator.py. | 310 # These files are generated by devtools_protocol_handler_generator.py. |
| 312 '<(SHARED_INTERMEDIATE_DIR)/content/browser/devtools/protocol/devtools_pro
tocol_dispatcher.cc', | 311 '<(SHARED_INTERMEDIATE_DIR)/content/browser/devtools/protocol/devtools_pro
tocol_dispatcher.cc', |
| 313 '<(SHARED_INTERMEDIATE_DIR)/content/browser/devtools/protocol/devtools_pro
tocol_dispatcher.h', | 312 '<(SHARED_INTERMEDIATE_DIR)/content/browser/devtools/protocol/devtools_pro
tocol_dispatcher.h', |
| (...skipping 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1560 'browser/webui/url_data_manager_backend.h', | 1559 'browser/webui/url_data_manager_backend.h', |
| 1561 'browser/webui/url_data_source_impl.cc', | 1560 'browser/webui/url_data_source_impl.cc', |
| 1562 'browser/webui/url_data_source_impl.h', | 1561 'browser/webui/url_data_source_impl.h', |
| 1563 'browser/webui/web_ui_controller_factory_registry.cc', | 1562 'browser/webui/web_ui_controller_factory_registry.cc', |
| 1564 'browser/webui/web_ui_controller_factory_registry.h', | 1563 'browser/webui/web_ui_controller_factory_registry.h', |
| 1565 'browser/webui/web_ui_data_source_impl.cc', | 1564 'browser/webui/web_ui_data_source_impl.cc', |
| 1566 'browser/webui/web_ui_data_source_impl.h', | 1565 'browser/webui/web_ui_data_source_impl.h', |
| 1567 'browser/webui/web_ui_impl.cc', | 1566 'browser/webui/web_ui_impl.cc', |
| 1568 'browser/webui/web_ui_impl.h', | 1567 'browser/webui/web_ui_impl.h', |
| 1569 'browser/webui/web_ui_message_handler.cc', | 1568 'browser/webui/web_ui_message_handler.cc', |
| 1570 'browser/zygote_host/zygote_communication_linux.h', | |
| 1571 'browser/zygote_host/zygote_communication_linux.cc', | |
| 1572 'browser/zygote_host/zygote_handle_linux.cc', | |
| 1573 'browser/zygote_host/zygote_host_impl_linux.cc', | 1569 'browser/zygote_host/zygote_host_impl_linux.cc', |
| 1574 'browser/zygote_host/zygote_host_impl_linux.h', | 1570 'browser/zygote_host/zygote_host_impl_linux.h', |
| 1575 'zygote/zygote_linux.cc', | 1571 'zygote/zygote_linux.cc', |
| 1576 'zygote/zygote_linux.h', | 1572 'zygote/zygote_linux.h', |
| 1577 'zygote/zygote_main_linux.cc', | 1573 'zygote/zygote_main_linux.cc', |
| 1578 ], | 1574 ], |
| 1579 'android_browser_sources': [ | 1575 'android_browser_sources': [ |
| 1580 'browser/android/java/gin_java_bound_object.cc', | 1576 'browser/android/java/gin_java_bound_object.cc', |
| 1581 'browser/android/java/gin_java_bound_object.h', | 1577 'browser/android/java/gin_java_bound_object.h', |
| 1582 'browser/android/java/gin_java_bound_object_delegate.cc', | 1578 'browser/android/java/gin_java_bound_object_delegate.cc', |
| (...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2211 ['enable_webvr==1 and OS=="android"', { | 2207 ['enable_webvr==1 and OS=="android"', { |
| 2212 'sources': [ | 2208 'sources': [ |
| 2213 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2209 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2214 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2210 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2215 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2211 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2216 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2212 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2217 ], | 2213 ], |
| 2218 }], | 2214 }], |
| 2219 ], | 2215 ], |
| 2220 } | 2216 } |
| OLD | NEW |