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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 468733002: Move webkit_resources.gyp closer to its .grd file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 4 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 | « chrome/chrome_dll.gypi ('k') | chrome/chrome_resources.gyp » ('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 'variables': { 6 'variables': {
7 'chrome_renderer_sources': [ 7 'chrome_renderer_sources': [
8 'renderer/benchmarking_extension.cc', 8 'renderer/benchmarking_extension.cc',
9 'renderer/benchmarking_extension.h', 9 'renderer/benchmarking_extension.h',
10 'renderer/extensions/chrome_extension_helper.cc', 10 'renderer/extensions/chrome_extension_helper.cc',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 '../media/cast/cast.gyp:cast_net', 295 '../media/cast/cast.gyp:cast_net',
296 '../media/cast/cast.gyp:cast_sender', 296 '../media/cast/cast.gyp:cast_sender',
297 '../net/net.gyp:net', 297 '../net/net.gyp:net',
298 '../skia/skia.gyp:skia', 298 '../skia/skia.gyp:skia',
299 '../third_party/WebKit/public/blink.gyp:blink', 299 '../third_party/WebKit/public/blink.gyp:blink',
300 '../third_party/icu/icu.gyp:icui18n', 300 '../third_party/icu/icu.gyp:icui18n',
301 '../third_party/icu/icu.gyp:icuuc', 301 '../third_party/icu/icu.gyp:icuuc',
302 '../third_party/npapi/npapi.gyp:npapi', 302 '../third_party/npapi/npapi.gyp:npapi',
303 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 303 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
304 '../ui/surface/surface.gyp:surface', 304 '../ui/surface/surface.gyp:surface',
305 '../webkit/webkit_resources.gyp:webkit_resources', 305 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources',
306 ], 306 ],
307 'include_dirs': [ 307 'include_dirs': [
308 '..', 308 '..',
309 # Needed by chrome_content_renderer_client.cc. 309 # Needed by chrome_content_renderer_client.cc.
310 '<(SHARED_INTERMEDIATE_DIR)', 310 '<(SHARED_INTERMEDIATE_DIR)',
311 ], 311 ],
312 'sources': [ 312 'sources': [
313 '<@(chrome_renderer_sources)', 313 '<@(chrome_renderer_sources)',
314 ], 314 ],
315 'conditions': [ 315 'conditions': [
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 }], 427 }],
428 ['enable_printing!=0', { 428 ['enable_printing!=0', {
429 'dependencies': [ 429 'dependencies': [
430 '../printing/printing.gyp:printing', 430 '../printing/printing.gyp:printing',
431 ], 431 ],
432 }], 432 }],
433 ], 433 ],
434 }, 434 },
435 ], 435 ],
436 } 436 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698