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

Side by Side Diff: chrome/chrome.gyp

Issue 340049: Extract webkit api target from webkit.gyp (Closed)
Patch Set: Created 11 years, 1 month 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
« no previous file with comments | « no previous file | webkit/api/WebKitAPI.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 3186 matching lines...) Expand 10 before | Expand all | Expand 10 after
3197 'plugin', 3197 'plugin',
3198 'chrome_resources', 3198 'chrome_resources',
3199 'chrome_strings', 3199 'chrome_strings',
3200 '../printing/printing.gyp:printing', 3200 '../printing/printing.gyp:printing',
3201 '../skia/skia.gyp:skia', 3201 '../skia/skia.gyp:skia',
3202 '../third_party/icu/icu.gyp:icui18n', 3202 '../third_party/icu/icu.gyp:icui18n',
3203 '../third_party/icu/icu.gyp:icuuc', 3203 '../third_party/icu/icu.gyp:icuuc',
3204 '../third_party/npapi/npapi.gyp:npapi', 3204 '../third_party/npapi/npapi.gyp:npapi',
3205 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', 3205 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore',
3206 '../webkit/webkit.gyp:glue', 3206 '../webkit/webkit.gyp:glue',
3207 '../webkit/webkit.gyp:webkit', 3207 '../webkit/api/WebKitAPI.gyp:webkit_api',
3208 ], 3208 ],
3209 'include_dirs': [ 3209 'include_dirs': [
3210 '..', 3210 '..',
3211 ], 3211 ],
3212 'defines': [ 3212 'defines': [
3213 '<@(nacl_defines)', 3213 '<@(nacl_defines)',
3214 ], 3214 ],
3215 'sources': [ 3215 'sources': [
3216 # TODO(jrg): to link ipc_tests, these files need to be in renderer.a. 3216 # TODO(jrg): to link ipc_tests, these files need to be in renderer.a.
3217 # But app/ is the wrong directory for them. 3217 # But app/ is the wrong directory for them.
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
3385 'profile_import/profile_import_thread.cc', 3385 'profile_import/profile_import_thread.cc',
3386 'profile_import/profile_import_thread.h', 3386 'profile_import/profile_import_thread.h',
3387 ], 3387 ],
3388 }, 3388 },
3389 { 3389 {
3390 'target_name': 'worker', 3390 'target_name': 'worker',
3391 'type': '<(library)', 3391 'type': '<(library)',
3392 'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18', 3392 'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18',
3393 'dependencies': [ 3393 'dependencies': [
3394 '../base/base.gyp:base', 3394 '../base/base.gyp:base',
3395 '../webkit/webkit.gyp:webkit', 3395 '../webkit/api/WebKitAPI.gyp:webkit_api',
3396 ], 3396 ],
3397 'sources': [ 3397 'sources': [
3398 'worker/nativewebworker_impl.cc', 3398 'worker/nativewebworker_impl.cc',
3399 'worker/nativewebworker_impl.h', 3399 'worker/nativewebworker_impl.h',
3400 'worker/nativewebworker_stub.cc', 3400 'worker/nativewebworker_stub.cc',
3401 'worker/nativewebworker_stub.h', 3401 'worker/nativewebworker_stub.h',
3402 'worker/webworkerclient_proxy.cc', 3402 'worker/webworkerclient_proxy.cc',
3403 'worker/webworkerclient_proxy.h', 3403 'worker/webworkerclient_proxy.h',
3404 'worker/worker_main.cc', 3404 'worker/worker_main.cc',
3405 'worker/worker_thread.cc', 3405 'worker/worker_thread.cc',
(...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after
4382 'renderer', 4382 'renderer',
4383 'syncapi', 4383 'syncapi',
4384 'test_support_unit', 4384 'test_support_unit',
4385 'utility', 4385 'utility',
4386 '../app/app.gyp:app_base', 4386 '../app/app.gyp:app_base',
4387 '../app/app.gyp:app_resources', 4387 '../app/app.gyp:app_resources',
4388 '../ipc/ipc.gyp:ipc', 4388 '../ipc/ipc.gyp:ipc',
4389 '../net/net.gyp:net_resources', 4389 '../net/net.gyp:net_resources',
4390 '../net/net.gyp:net_test_support', 4390 '../net/net.gyp:net_test_support',
4391 '../printing/printing.gyp:printing', 4391 '../printing/printing.gyp:printing',
4392 '../webkit/webkit.gyp:webkit', 4392 '../webkit/api/WebKitAPI.gyp:webkit_api',
darin (slow to review) 2009/11/02 18:10:29 just WebKit.gyp
4393 '../webkit/webkit.gyp:webkit_resources', 4393 '../webkit/webkit.gyp:webkit_resources',
4394 '../skia/skia.gyp:skia', 4394 '../skia/skia.gyp:skia',
4395 '../testing/gmock.gyp:gmock', 4395 '../testing/gmock.gyp:gmock',
4396 '../testing/gtest.gyp:gtest', 4396 '../testing/gtest.gyp:gtest',
4397 '../third_party/bzip2/bzip2.gyp:bzip2', 4397 '../third_party/bzip2/bzip2.gyp:bzip2',
4398 '../third_party/icu/icu.gyp:icui18n', 4398 '../third_party/icu/icu.gyp:icui18n',
4399 '../third_party/icu/icu.gyp:icuuc', 4399 '../third_party/icu/icu.gyp:icuuc',
4400 '../third_party/libxml/libxml.gyp:libxml', 4400 '../third_party/libxml/libxml.gyp:libxml',
4401 '../third_party/npapi/npapi.gyp:npapi', 4401 '../third_party/npapi/npapi.gyp:npapi',
4402 ], 4402 ],
(...skipping 2583 matching lines...) Expand 10 before | Expand all | Expand 10 after
6986 ] 6986 ]
6987 }], 6987 }],
6988 ], # 'conditions' 6988 ], # 'conditions'
6989 } 6989 }
6990 6990
6991 # Local Variables: 6991 # Local Variables:
6992 # tab-width:2 6992 # tab-width:2
6993 # indent-tabs-mode:nil 6993 # indent-tabs-mode:nil
6994 # End: 6994 # End:
6995 # vim: set expandtab tabstop=2 shiftwidth=2: 6995 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | webkit/api/WebKitAPI.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698