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

Unified Diff: src/v8.gyp

Issue 2819283005: [inspector] Fix double rules warning when compiling inspector with GYP (Closed)
Patch Set: Created 3 years, 8 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/inspector/inspector.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 18d97a27d22c36616b1717f3e5110124da043fc9..80f90380b582a3485e252cc86e55f4b55e808448 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -369,9 +369,9 @@
'dependencies': [
'v8_libbase',
'v8_libsampler',
- 'inspector/inspector.gyp:protocol_generated_sources',
- 'inspector/inspector.gyp:inspector_injected_script',
- 'inspector/inspector.gyp:inspector_debugger_script',
+ 'inspector/inspector.gyp:protocol_generated_sources#target',
+ 'inspector/inspector.gyp:inspector_injected_script#target',
+ 'inspector/inspector.gyp:inspector_debugger_script#target',
],
'objs': ['foo.o'],
'variables': {
« no previous file with comments | « src/inspector/inspector.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698