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

Unified Diff: test/inspector/inspector.gyp

Issue 2408833002: [inspector] fix minor issue in test/inspector.gyp (Closed)
Patch Set: a Created 4 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/inspector.gyp
diff --git a/test/inspector/inspector.gyp b/test/inspector/inspector.gyp
index 391286960692534962e69bfa96b1959cc537ee41..6d94370ddde8d6728e33f980bdb55a99cbb8cabc 100644
--- a/test/inspector/inspector.gyp
+++ b/test/inspector/inspector.gyp
@@ -5,13 +5,6 @@
{
'variables': {
'v8_code': 1,
- 'inspector_protocol_sources': [
- 'inspector-impl.cc',
- 'inspector-impl.h',
- 'inspector-test.cc',
- 'task-runner.cc',
- 'task-runner.h',
- ],
},
'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'],
'targets': [
@@ -20,13 +13,17 @@
'type': 'executable',
'dependencies': [
'../../src/v8.gyp:v8_libplatform',
- '../../src/v8.gyp:v8',
+ '../../src/v8.gyp:v8_libbase',
],
'include_dirs': [
'../..',
],
'sources': [
- '<@(inspector_protocol_sources)',
+ 'inspector-impl.cc',
+ 'inspector-impl.h',
+ 'inspector-test.cc',
+ 'task-runner.cc',
+ 'task-runner.h',
],
'conditions': [
['component=="shared_library"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698