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

Side by Side Diff: content/content_browser.gypi

Issue 808573003: Make devtools use common generated blink source directory instead of gen/webkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing the landmine. Created 6 years 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
« no previous file with comments | « content/browser/devtools/devtools_resources.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after
1408 'browser/webui/web_ui_controller_factory_registry.h', 1408 'browser/webui/web_ui_controller_factory_registry.h',
1409 'browser/webui/web_ui_impl.cc', 1409 'browser/webui/web_ui_impl.cc',
1410 'browser/webui/web_ui_impl.h', 1410 'browser/webui/web_ui_impl.h',
1411 'browser/webui/web_ui_message_handler.cc', 1411 'browser/webui/web_ui_message_handler.cc',
1412 'browser/zygote_host/zygote_host_impl_linux.cc', 1412 'browser/zygote_host/zygote_host_impl_linux.cc',
1413 'browser/zygote_host/zygote_host_impl_linux.h', 1413 'browser/zygote_host/zygote_host_impl_linux.h',
1414 'zygote/zygote_linux.cc', 1414 'zygote/zygote_linux.cc',
1415 'zygote/zygote_linux.h', 1415 'zygote/zygote_linux.h',
1416 'zygote/zygote_main_linux.cc', 1416 'zygote/zygote_main_linux.cc',
1417 # These files are generated by GRIT. 1417 # These files are generated by GRIT.
1418 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources.h', 1418 '<(SHARED_INTERMEDIATE_DIR)/blink/grit/devtools_resources.h',
1419 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.cc', 1419 '<(SHARED_INTERMEDIATE_DIR)/blink/grit/devtools_resources_map.cc',
1420 '<(SHARED_INTERMEDIATE_DIR)/webkit/grit/devtools_resources_map.h', 1420 '<(SHARED_INTERMEDIATE_DIR)/blink/grit/devtools_resources_map.h',
1421 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/grit/tracing_resources .h', 1421 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/grit/tracing_resources .h',
1422 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/webui_resources_map.cc', 1422 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/webui_resources_map.cc',
1423 # These files are generated by devtools_protocol_handler_generator.py. 1423 # These files are generated by devtools_protocol_handler_generator.py.
1424 '<(SHARED_INTERMEDIATE_DIR)/content/browser/devtools/protocol/devtools_pro tocol_dispatcher.cc', 1424 '<(SHARED_INTERMEDIATE_DIR)/content/browser/devtools/protocol/devtools_pro tocol_dispatcher.cc',
1425 '<(SHARED_INTERMEDIATE_DIR)/content/browser/devtools/protocol/devtools_pro tocol_dispatcher.h', 1425 '<(SHARED_INTERMEDIATE_DIR)/content/browser/devtools/protocol/devtools_pro tocol_dispatcher.h',
1426 ], 1426 ],
1427 'android_browser_sources': [ 1427 'android_browser_sources': [
1428 'browser/android/java/gin_java_bound_object.cc', 1428 'browser/android/java/gin_java_bound_object.cc',
1429 'browser/android/java/gin_java_bound_object.h', 1429 'browser/android/java/gin_java_bound_object.h',
1430 'browser/android/java/gin_java_bound_object_delegate.cc', 1430 'browser/android/java/gin_java_bound_object_delegate.cc',
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
1936 'sources': [ 1936 'sources': [
1937 'browser/media/cdm/browser_cdm_manager.cc', 1937 'browser/media/cdm/browser_cdm_manager.cc',
1938 'browser/media/cdm/browser_cdm_manager.h', 1938 'browser/media/cdm/browser_cdm_manager.h',
1939 # This works on Android because enable_browser_cdms==1 on Android. 1939 # This works on Android because enable_browser_cdms==1 on Android.
1940 'browser/media/media_web_contents_observer.cc', 1940 'browser/media/media_web_contents_observer.cc',
1941 'browser/media/media_web_contents_observer.h', 1941 'browser/media/media_web_contents_observer.h',
1942 ], 1942 ],
1943 }], 1943 }],
1944 ], 1944 ],
1945 } 1945 }
OLDNEW
« no previous file with comments | « content/browser/devtools/devtools_resources.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698