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

Side by Side Diff: content/content_shell.gypi

Issue 10388218: Allow for building content_shell from within WebKit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 7 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 | « content/content_renderer.gypi ('k') | content/content_tests.gypi » ('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 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 15 matching lines...) Expand all
26 'content_utility', 26 'content_utility',
27 'content_worker', 27 'content_worker',
28 'content_resources.gyp:content_resources', 28 'content_resources.gyp:content_resources',
29 '../base/base.gyp:base', 29 '../base/base.gyp:base',
30 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 30 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
31 '../build/temp_gyp/googleurl.gyp:googleurl', 31 '../build/temp_gyp/googleurl.gyp:googleurl',
32 '../ipc/ipc.gyp:ipc', 32 '../ipc/ipc.gyp:ipc',
33 '../media/media.gyp:media', 33 '../media/media.gyp:media',
34 '../net/net.gyp:net', 34 '../net/net.gyp:net',
35 '../skia/skia.gyp:skia', 35 '../skia/skia.gyp:skia',
36 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 36 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
37 '../ui/ui.gyp:ui', 37 '../ui/ui.gyp:ui',
38 '../v8/tools/gyp/v8.gyp:v8', 38 '../v8/tools/gyp/v8.gyp:v8',
39 '../webkit/support/webkit_support.gyp:appcache', 39 '../webkit/support/webkit_support.gyp:appcache',
40 '../webkit/support/webkit_support.gyp:database', 40 '../webkit/support/webkit_support.gyp:database',
41 '../webkit/support/webkit_support.gyp:fileapi', 41 '../webkit/support/webkit_support.gyp:fileapi',
42 '../webkit/support/webkit_support.gyp:glue', 42 '../webkit/support/webkit_support.gyp:glue',
43 '../webkit/support/webkit_support.gyp:quota', 43 '../webkit/support/webkit_support.gyp:quota',
44 ], 44 ],
45 'include_dirs': [ 45 'include_dirs': [
46 '..', 46 '..',
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 '-buildfile', 584 '-buildfile',
585 '<(DEPTH)/content/shell/android/content_shell_apk.xml', 585 '<(DEPTH)/content/shell/android/content_shell_apk.xml',
586 ] 586 ]
587 } 587 }
588 ], 588 ],
589 }, 589 },
590 ], 590 ],
591 }], # OS=="android" 591 }], # OS=="android"
592 ] 592 ]
593 } 593 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698