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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 3126029: Move the chromium.Interval to chrome.Interval as part of the benchmarking... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: One more missing file!! Created 10 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « webkit/extensions/v8/interval_extension.cc ('k') | webkit/support/test_webkit_client.cc » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../..', 9 'webkit_src_dir': '../../../..',
10 },{ 10 },{
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 # These files used to be built in the webcore target, but moved here 346 # These files used to be built in the webcore target, but moved here
347 # since part of glue. 347 # since part of glue.
348 '../extensions/v8/benchmarking_extension.cc', 348 '../extensions/v8/benchmarking_extension.cc',
349 '../extensions/v8/benchmarking_extension.h', 349 '../extensions/v8/benchmarking_extension.h',
350 '../extensions/v8/gc_extension.cc', 350 '../extensions/v8/gc_extension.cc',
351 '../extensions/v8/gc_extension.h', 351 '../extensions/v8/gc_extension.h',
352 '../extensions/v8/gears_extension.cc', 352 '../extensions/v8/gears_extension.cc',
353 '../extensions/v8/gears_extension.h', 353 '../extensions/v8/gears_extension.h',
354 '../extensions/v8/heap_profiler_extension.cc', 354 '../extensions/v8/heap_profiler_extension.cc',
355 '../extensions/v8/heap_profiler_extension.h', 355 '../extensions/v8/heap_profiler_extension.h',
356 '../extensions/v8/interval_extension.cc',
357 '../extensions/v8/interval_extension.h',
358 '../extensions/v8/playback_extension.cc', 356 '../extensions/v8/playback_extension.cc',
359 '../extensions/v8/playback_extension.h', 357 '../extensions/v8/playback_extension.h',
360 '../extensions/v8/profiler_extension.cc', 358 '../extensions/v8/profiler_extension.cc',
361 '../extensions/v8/profiler_extension.h', 359 '../extensions/v8/profiler_extension.h',
362 360
363 ], 361 ],
364 # When glue is a dependency, it needs to be a hard dependency. 362 # When glue is a dependency, it needs to be a hard dependency.
365 # Dependents may rely on files generated by this target or one of its 363 # Dependents may rely on files generated by this target or one of its
366 # own hard dependencies. 364 # own hard dependencies.
367 'hard_dependency': 1, 365 'hard_dependency': 1,
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 }], 423 }],
426 ['inside_chromium_build==0', { 424 ['inside_chromium_build==0', {
427 'dependencies': [ 425 'dependencies': [
428 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 426 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
429 ], 427 ],
430 }], 428 }],
431 ], 429 ],
432 }, 430 },
433 ], 431 ],
434 } 432 }
OLDNEW
« no previous file with comments | « webkit/extensions/v8/interval_extension.cc ('k') | webkit/support/test_webkit_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698