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

Side by Side Diff: content/content_worker.gypi

Issue 7191021: Remove msvs_guid from chrome_frame/, cloud_print/, content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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') | courgette/courgette.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_worker', 8 'target_name': 'content_worker',
9 'type': 'static_library', 9 'type': 'static_library',
10 'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18',
11 'dependencies': [ 10 'dependencies': [
12 'content_common', 11 'content_common',
13 '../base/base.gyp:base', 12 '../base/base.gyp:base',
14 '../skia/skia.gyp:skia', 13 '../skia/skia.gyp:skia',
15 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 14 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
16 ], 15 ],
17 'sources': [ 16 'sources': [
18 'worker/websharedworker_stub.cc', 17 'worker/websharedworker_stub.cc',
19 'worker/websharedworker_stub.h', 18 'worker/websharedworker_stub.h',
20 'worker/webworker_stub_base.cc', 19 'worker/webworker_stub_base.cc',
(...skipping 11 matching lines...) Expand all
32 'worker/worker_webapplicationcachehost_impl.h', 31 'worker/worker_webapplicationcachehost_impl.h',
33 'worker/worker_webkitclient_impl.cc', 32 'worker/worker_webkitclient_impl.cc',
34 'worker/worker_webkitclient_impl.h', 33 'worker/worker_webkitclient_impl.h',
35 ], 34 ],
36 'include_dirs': [ 35 'include_dirs': [
37 '..', 36 '..',
38 ], 37 ],
39 }, 38 },
40 ], 39 ],
41 } 40 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | courgette/courgette.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698