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

Side by Side Diff: content/content.gyp

Issue 7857019: Basic scaffolding for a "content shell", i.e. test browser over the content module. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | « content/common/set_process_title_linux.cc ('k') | content/content_app.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'chromium_code': 1, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
11 'content_app.gypi', 11 'content_app.gypi',
12 'content_browser.gypi', 12 'content_browser.gypi',
13 'content_common.gypi', 13 'content_common.gypi',
14 'content_gpu.gypi', 14 'content_gpu.gypi',
15 'content_plugin.gypi', 15 'content_plugin.gypi',
16 'content_ppapi_plugin.gypi', 16 'content_ppapi_plugin.gypi',
17 'content_renderer.gypi', 17 'content_renderer.gypi',
18 'content_shell.gypi',
18 'content_tests.gypi', 19 'content_tests.gypi',
19 'content_utility.gypi', 20 'content_utility.gypi',
20 'content_worker.gypi', 21 'content_worker.gypi',
21 ], 22 ],
22 } 23 }
OLDNEW
« no previous file with comments | « content/common/set_process_title_linux.cc ('k') | content/content_app.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698