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

Side by Side Diff: content/content_worker.gypi

Issue 14823005: Remove inside_chromium_build gyp variable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort gyps, fix ios Created 7 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_tests.gypi ('k') | net/net.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) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../skia/skia.gyp:skia', 8 '../skia/skia.gyp:skia',
9 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 9 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
10 ], 10 ],
11 'sources': [ 11 'sources': [
12 'worker/shared_worker_devtools_agent.cc', 12 'worker/shared_worker_devtools_agent.cc',
13 'worker/shared_worker_devtools_agent.h', 13 'worker/shared_worker_devtools_agent.h',
14 'worker/websharedworker_stub.cc', 14 'worker/websharedworker_stub.cc',
15 'worker/websharedworker_stub.h', 15 'worker/websharedworker_stub.h',
16 'worker/websharedworkerclient_proxy.cc', 16 'worker/websharedworkerclient_proxy.cc',
17 'worker/websharedworkerclient_proxy.h', 17 'worker/websharedworkerclient_proxy.h',
18 'worker/worker_main.cc', 18 'worker/worker_main.cc',
19 'worker/worker_thread.cc', 19 'worker/worker_thread.cc',
20 'worker/worker_thread.h', 20 'worker/worker_thread.h',
21 'worker/worker_webapplicationcachehost_impl.cc', 21 'worker/worker_webapplicationcachehost_impl.cc',
22 'worker/worker_webapplicationcachehost_impl.h', 22 'worker/worker_webapplicationcachehost_impl.h',
23 'worker/worker_webkitplatformsupport_impl.cc', 23 'worker/worker_webkitplatformsupport_impl.cc',
24 'worker/worker_webkitplatformsupport_impl.h', 24 'worker/worker_webkitplatformsupport_impl.h',
25 ], 25 ],
26 'include_dirs': [ 26 'include_dirs': [
27 '..', 27 '..',
28 ], 28 ],
29 } 29 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698