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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « src/inspector/inspector.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 ], 362 ],
363 }], 363 }],
364 ], 364 ],
365 }, 365 },
366 { 366 {
367 'target_name': 'v8_base', 367 'target_name': 'v8_base',
368 'type': 'static_library', 368 'type': 'static_library',
369 'dependencies': [ 369 'dependencies': [
370 'v8_libbase', 370 'v8_libbase',
371 'v8_libsampler', 371 'v8_libsampler',
372 'inspector/inspector.gyp:protocol_generated_sources', 372 'inspector/inspector.gyp:protocol_generated_sources#target',
373 'inspector/inspector.gyp:inspector_injected_script', 373 'inspector/inspector.gyp:inspector_injected_script#target',
374 'inspector/inspector.gyp:inspector_debugger_script', 374 'inspector/inspector.gyp:inspector_debugger_script#target',
375 ], 375 ],
376 'objs': ['foo.o'], 376 'objs': ['foo.o'],
377 'variables': { 377 'variables': {
378 'optimize': 'max', 378 'optimize': 'max',
379 }, 379 },
380 'include_dirs+': [ 380 'include_dirs+': [
381 '..', 381 '..',
382 '<(DEPTH)', 382 '<(DEPTH)',
383 '<(SHARED_INTERMEDIATE_DIR)' 383 '<(SHARED_INTERMEDIATE_DIR)'
384 ], 384 ],
(...skipping 2092 matching lines...) Expand 10 before | Expand all | Expand 10 after
2477 }], 2477 }],
2478 ['want_separate_host_toolset==1', { 2478 ['want_separate_host_toolset==1', {
2479 'toolsets': ['host'], 2479 'toolsets': ['host'],
2480 }, { 2480 }, {
2481 'toolsets': ['target'], 2481 'toolsets': ['target'],
2482 }], 2482 }],
2483 ], 2483 ],
2484 }, 2484 },
2485 ], 2485 ],
2486 } 2486 }
OLDNEW
« 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