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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 6684015: Move chrome\gpu to content\gpu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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 | « chrome/gpu/x_util.cc ('k') | content/browser/gpu_process_host.cc » ('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, 7 'chromium_code': 1,
8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)',
9 9
10 'variables': { 10 'variables': {
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 }], 224 }],
225 ], 225 ],
226 }, 226 },
227 { 227 {
228 'target_name': 'chrome_frame_tests', 228 'target_name': 'chrome_frame_tests',
229 'msvs_guid': '1D25715A-C8CE-4448-AFA3-8515AF22D235', 229 'msvs_guid': '1D25715A-C8CE-4448-AFA3-8515AF22D235',
230 'type': 'executable', 230 'type': 'executable',
231 'dependencies': [ 231 'dependencies': [
232 '../base/base.gyp:test_support_base', 232 '../base/base.gyp:test_support_base',
233 '../build/temp_gyp/googleurl.gyp:googleurl', 233 '../build/temp_gyp/googleurl.gyp:googleurl',
234 '../chrome/chrome.gyp:chrome_gpu',
235 '../chrome/chrome.gyp:chrome_version_header', 234 '../chrome/chrome.gyp:chrome_version_header',
236 '../chrome/chrome.gyp:common', 235 '../chrome/chrome.gyp:common',
237 '../chrome/chrome.gyp:utility', 236 '../chrome/chrome.gyp:utility',
238 '../chrome/chrome.gyp:browser', 237 '../chrome/chrome.gyp:browser',
239 '../chrome/chrome.gyp:debugger', 238 '../chrome/chrome.gyp:debugger',
240 '../chrome/chrome.gyp:renderer', 239 '../chrome/chrome.gyp:renderer',
241 '../chrome/installer/upgrade_test.gyp:alternate_version_generator_lib', 240 '../chrome/installer/upgrade_test.gyp:alternate_version_generator_lib',
241 '../content/content.gyp:content_gpu',
242 '../net/net.gyp:net_test_support', 242 '../net/net.gyp:net_test_support',
243 '../testing/gmock.gyp:gmock', 243 '../testing/gmock.gyp:gmock',
244 '../testing/gtest.gyp:gtest', 244 '../testing/gtest.gyp:gtest',
245 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 245 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
246 '../third_party/iaccessible2/iaccessible2.gyp:IAccessible2Proxy', 246 '../third_party/iaccessible2/iaccessible2.gyp:IAccessible2Proxy',
247 '../third_party/libxslt/libxslt.gyp:libxslt', 247 '../third_party/libxslt/libxslt.gyp:libxslt',
248 'chrome_frame_ie', 248 'chrome_frame_ie',
249 'chrome_frame_npapi', 249 'chrome_frame_npapi',
250 'chrome_frame_strings', 250 'chrome_frame_strings',
251 'chrome_frame_utils', 251 'chrome_frame_utils',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 }, 341 },
342 { 342 {
343 'target_name': 'chrome_frame_perftests', 343 'target_name': 'chrome_frame_perftests',
344 'msvs_guid': '3767888B-76ED-4D2A-B1F5-263CC56A12AA', 344 'msvs_guid': '3767888B-76ED-4D2A-B1F5-263CC56A12AA',
345 'type': 'executable', 345 'type': 'executable',
346 'dependencies': [ 346 'dependencies': [
347 '../base/base.gyp:base', 347 '../base/base.gyp:base',
348 '../base/base.gyp:base_i18n', 348 '../base/base.gyp:base_i18n',
349 '../base/base.gyp:test_support_base', 349 '../base/base.gyp:test_support_base',
350 '../build/temp_gyp/googleurl.gyp:googleurl', 350 '../build/temp_gyp/googleurl.gyp:googleurl',
351 '../chrome/chrome.gyp:chrome_gpu',
352 '../chrome/chrome.gyp:common', 351 '../chrome/chrome.gyp:common',
353 '../chrome/chrome.gyp:browser', 352 '../chrome/chrome.gyp:browser',
354 '../chrome/chrome.gyp:debugger', 353 '../chrome/chrome.gyp:debugger',
355 '../chrome/chrome.gyp:test_support_ui', 354 '../chrome/chrome.gyp:test_support_ui',
356 '../chrome/chrome.gyp:utility', 355 '../chrome/chrome.gyp:utility',
356 '../content/content.gyp:content_gpu',
357 '../testing/gmock.gyp:gmock', 357 '../testing/gmock.gyp:gmock',
358 '../testing/gtest.gyp:gtest', 358 '../testing/gtest.gyp:gtest',
359 '../third_party/libxml/libxml.gyp:libxml', 359 '../third_party/libxml/libxml.gyp:libxml',
360 '../third_party/libxslt/libxslt.gyp:libxslt', 360 '../third_party/libxslt/libxslt.gyp:libxslt',
361 'chrome_frame_ie', 361 'chrome_frame_ie',
362 'chrome_frame_npapi', 362 'chrome_frame_npapi',
363 'chrome_frame_strings', 363 'chrome_frame_strings',
364 'chrome_frame_utils', 364 'chrome_frame_utils',
365 'chrome_tab_idl', 365 'chrome_tab_idl',
366 'npchrome_frame', 366 'npchrome_frame',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 ], 425 ],
426 }, 426 },
427 427
428 { 428 {
429 'target_name': 'chrome_frame_net_tests', 429 'target_name': 'chrome_frame_net_tests',
430 'msvs_guid': '8FDA8275-0415-4B08-A1DC-C95B0D3708DB', 430 'msvs_guid': '8FDA8275-0415-4B08-A1DC-C95B0D3708DB',
431 'type': 'executable', 431 'type': 'executable',
432 'dependencies': [ 432 'dependencies': [
433 '../base/base.gyp:test_support_base', 433 '../base/base.gyp:test_support_base',
434 '../chrome/chrome.gyp:browser', 434 '../chrome/chrome.gyp:browser',
435 '../chrome/chrome.gyp:chrome_gpu',
436 '../chrome/chrome.gyp:chrome_resources', 435 '../chrome/chrome.gyp:chrome_resources',
437 '../chrome/chrome.gyp:debugger', 436 '../chrome/chrome.gyp:debugger',
438 '../chrome/chrome.gyp:renderer', 437 '../chrome/chrome.gyp:renderer',
439 '../chrome/chrome.gyp:syncapi', 438 '../chrome/chrome.gyp:syncapi',
439 '../content/content.gyp:content_gpu',
440 '../net/net.gyp:net_test_support', 440 '../net/net.gyp:net_test_support',
441 '../skia/skia.gyp:skia', 441 '../skia/skia.gyp:skia',
442 '../testing/gtest.gyp:gtest', 442 '../testing/gtest.gyp:gtest',
443 '../third_party/icu/icu.gyp:icui18n', 443 '../third_party/icu/icu.gyp:icui18n',
444 '../third_party/icu/icu.gyp:icuuc', 444 '../third_party/icu/icu.gyp:icuuc',
445 'chrome_frame_npapi', 445 'chrome_frame_npapi',
446 'chrome_frame_ie', 446 'chrome_frame_ie',
447 'chrome_tab_idl', 447 'chrome_tab_idl',
448 'npchrome_frame', 448 'npchrome_frame',
449 ], 449 ],
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 }, 503 },
504 504
505 { 505 {
506 'target_name': 'chrome_frame_reliability_tests', 506 'target_name': 'chrome_frame_reliability_tests',
507 'type': 'executable', 507 'type': 'executable',
508 'msvs_guid': 'A1440368-4089-4E14-8864-D84D3C5714A7', 508 'msvs_guid': 'A1440368-4089-4E14-8864-D84D3C5714A7',
509 'dependencies': [ 509 'dependencies': [
510 '../base/base.gyp:base', 510 '../base/base.gyp:base',
511 '../base/base.gyp:test_support_base', 511 '../base/base.gyp:test_support_base',
512 '../chrome/chrome.gyp:browser', 512 '../chrome/chrome.gyp:browser',
513 '../chrome/chrome.gyp:chrome_gpu',
514 '../chrome/chrome.gyp:debugger', 513 '../chrome/chrome.gyp:debugger',
515 '../chrome/chrome.gyp:renderer', 514 '../chrome/chrome.gyp:renderer',
516 '../chrome/chrome.gyp:test_support_common', 515 '../chrome/chrome.gyp:test_support_common',
516 '../content/content.gyp:content_gpu',
517 '../testing/gmock.gyp:gmock', 517 '../testing/gmock.gyp:gmock',
518 '../testing/gtest.gyp:gtest', 518 '../testing/gtest.gyp:gtest',
519 'chrome_frame_ie', 519 'chrome_frame_ie',
520 'chrome_frame_npapi', 520 'chrome_frame_npapi',
521 'chrome_frame_strings', 521 'chrome_frame_strings',
522 'chrome_tab_idl', 522 'chrome_tab_idl',
523 ], 523 ],
524 'sources': [ 524 'sources': [
525 'test/reliability/run_all_unittests.cc', 525 'test/reliability/run_all_unittests.cc',
526 'test/reliability/page_load_test.cc', 526 'test/reliability/page_load_test.cc',
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 ], # 'conditions' 1165 ], # 'conditions'
1166 } 1166 }
1167 1167
1168 # vim: shiftwidth=2:et:ai:tabstop=2 1168 # vim: shiftwidth=2:et:ai:tabstop=2
1169 1169
1170 # Local Variables: 1170 # Local Variables:
1171 # tab-width:2 1171 # tab-width:2
1172 # indent-tabs-mode:nil 1172 # indent-tabs-mode:nil
1173 # End: 1173 # End:
1174 # vim: set expandtab tabstop=2 shiftwidth=2: 1174 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/gpu/x_util.cc ('k') | content/browser/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698