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

Side by Side Diff: build/all.gyp

Issue 14651027: Move webkit/compositor_bindings into webkit/renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « WATCHLISTS ('k') | build/all_android.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '../third_party/libxslt/libxslt.gyp:*', 55 '../third_party/libxslt/libxslt.gyp:*',
56 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 56 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
57 '../third_party/mesa/mesa.gyp:*', 57 '../third_party/mesa/mesa.gyp:*',
58 '../third_party/modp_b64/modp_b64.gyp:*', 58 '../third_party/modp_b64/modp_b64.gyp:*',
59 '../third_party/npapi/npapi.gyp:*', 59 '../third_party/npapi/npapi.gyp:*',
60 '../third_party/ots/ots.gyp:*', 60 '../third_party/ots/ots.gyp:*',
61 '../third_party/qcms/qcms.gyp:*', 61 '../third_party/qcms/qcms.gyp:*',
62 '../third_party/re2/re2.gyp:re2', 62 '../third_party/re2/re2.gyp:re2',
63 '../third_party/WebKit/public/all.gyp:*', 63 '../third_party/WebKit/public/all.gyp:*',
64 '../v8/tools/gyp/v8.gyp:*', 64 '../v8/tools/gyp/v8.gyp:*',
65 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:*', 65 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*',
66 '../webkit/webkit.gyp:*', 66 '../webkit/webkit.gyp:*',
67 '<(libjpeg_gyp_path):*', 67 '<(libjpeg_gyp_path):*',
68 ], 68 ],
69 }], 69 }],
70 ['os_posix==1 and OS!="android" and OS!="ios"', { 70 ['os_posix==1 and OS!="android" and OS!="ios"', {
71 'dependencies': [ 71 'dependencies': [
72 '../third_party/yasm/yasm.gyp:*#host', 72 '../third_party/yasm/yasm.gyp:*#host',
73 ], 73 ],
74 }], 74 }],
75 ['OS=="mac" or OS=="ios" or OS=="win"', { 75 ['OS=="mac" or OS=="ios" or OS=="win"', {
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 '../gpu/gpu.gyp:gpu_unittests', 226 '../gpu/gpu.gyp:gpu_unittests',
227 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 227 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
228 '../ipc/ipc.gyp:ipc_tests', 228 '../ipc/ipc.gyp:ipc_tests',
229 '../jingle/jingle.gyp:jingle_unittests', 229 '../jingle/jingle.gyp:jingle_unittests',
230 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 230 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
231 '../printing/printing.gyp:printing_unittests', 231 '../printing/printing.gyp:printing_unittests',
232 '../remoting/remoting.gyp:remoting_unittests', 232 '../remoting/remoting.gyp:remoting_unittests',
233 '../sync/sync.gyp:sync_unit_tests', 233 '../sync/sync.gyp:sync_unit_tests',
234 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 234 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
235 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 235 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
236 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 236 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
237 ], 237 ],
238 }], 238 }],
239 ['OS=="win"', { 239 ['OS=="win"', {
240 'dependencies': [ 240 'dependencies': [
241 '../chrome/chrome.gyp:crash_service', 241 '../chrome/chrome.gyp:crash_service',
242 '../chrome/chrome.gyp:installer_util_unittests', 242 '../chrome/chrome.gyp:installer_util_unittests',
243 '../chrome/chrome.gyp:mini_installer_test', 243 '../chrome/chrome.gyp:mini_installer_test',
244 # mini_installer_tests depends on mini_installer. This should be 244 # mini_installer_tests depends on mini_installer. This should be
245 # defined in installer.gyp. 245 # defined in installer.gyp.
246 '../chrome/installer/mini_installer.gyp:mini_installer', 246 '../chrome/installer/mini_installer.gyp:mini_installer',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 471 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
472 '../printing/printing.gyp:printing_unittests', 472 '../printing/printing.gyp:printing_unittests',
473 '../remoting/remoting.gyp:remoting_unittests', 473 '../remoting/remoting.gyp:remoting_unittests',
474 '../rlz/rlz.gyp:*', 474 '../rlz/rlz.gyp:*',
475 '../sql/sql.gyp:sql_unittests', 475 '../sql/sql.gyp:sql_unittests',
476 '../sync/sync.gyp:sync_unit_tests', 476 '../sync/sync.gyp:sync_unit_tests',
477 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 477 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
478 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 478 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
479 '../ui/ui.gyp:ui_unittests', 479 '../ui/ui.gyp:ui_unittests',
480 '../url/url.gyp:googleurl_unittests', 480 '../url/url.gyp:googleurl_unittests',
481 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 481 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
482 ], 482 ],
483 }, 483 },
484 { 484 {
485 'target_name': 'chromium_builder_rel', 485 'target_name': 'chromium_builder_rel',
486 'type': 'none', 486 'type': 'none',
487 'dependencies': [ 487 'dependencies': [
488 '../cc/cc_tests.gyp:cc_unittests', 488 '../cc/cc_tests.gyp:cc_unittests',
489 '../chrome/chrome.gyp:browser_tests', 489 '../chrome/chrome.gyp:browser_tests',
490 '../chrome/chrome.gyp:performance_browser_tests', 490 '../chrome/chrome.gyp:performance_browser_tests',
491 '../chrome/chrome.gyp:performance_ui_tests', 491 '../chrome/chrome.gyp:performance_ui_tests',
(...skipping 10 matching lines...) Expand all
502 '../media/media.gyp:media_unittests', 502 '../media/media.gyp:media_unittests',
503 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 503 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
504 '../printing/printing.gyp:printing_unittests', 504 '../printing/printing.gyp:printing_unittests',
505 '../remoting/remoting.gyp:remoting_unittests', 505 '../remoting/remoting.gyp:remoting_unittests',
506 '../sql/sql.gyp:sql_unittests', 506 '../sql/sql.gyp:sql_unittests',
507 '../sync/sync.gyp:sync_unit_tests', 507 '../sync/sync.gyp:sync_unit_tests',
508 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 508 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
509 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 509 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
510 '../ui/ui.gyp:ui_unittests', 510 '../ui/ui.gyp:ui_unittests',
511 '../url/url.gyp:googleurl_unittests', 511 '../url/url.gyp:googleurl_unittests',
512 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 512 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
513 ], 513 ],
514 }, 514 },
515 { 515 {
516 'target_name': 'chromium_builder_dbg_tsan_mac', 516 'target_name': 'chromium_builder_dbg_tsan_mac',
517 'type': 'none', 517 'type': 'none',
518 'dependencies': [ 518 'dependencies': [
519 '../base/base.gyp:base_unittests', 519 '../base/base.gyp:base_unittests',
520 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 520 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
521 '../crypto/crypto.gyp:crypto_unittests', 521 '../crypto/crypto.gyp:crypto_unittests',
522 '../ipc/ipc.gyp:ipc_tests', 522 '../ipc/ipc.gyp:ipc_tests',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 601 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
602 '../printing/printing.gyp:printing_unittests', 602 '../printing/printing.gyp:printing_unittests',
603 '../remoting/remoting.gyp:remoting_unittests', 603 '../remoting/remoting.gyp:remoting_unittests',
604 '../sql/sql.gyp:sql_unittests', 604 '../sql/sql.gyp:sql_unittests',
605 '../sync/sync.gyp:sync_unit_tests', 605 '../sync/sync.gyp:sync_unit_tests',
606 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 606 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
607 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 607 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
608 '../ui/ui.gyp:ui_unittests', 608 '../ui/ui.gyp:ui_unittests',
609 '../ui/views/views.gyp:views_unittests', 609 '../ui/views/views.gyp:views_unittests',
610 '../url/url.gyp:googleurl_unittests', 610 '../url/url.gyp:googleurl_unittests',
611 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 611 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
612 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 612 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
613 ], 613 ],
614 'conditions': [ 614 'conditions': [
615 ['target_arch!="x64"', { 615 ['target_arch!="x64"', {
616 'dependencies': [ 616 'dependencies': [
617 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 617 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
618 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 618 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
619 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_test s', 619 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_test s',
620 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 620 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
621 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 621 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 '../remoting/remoting.gyp:remoting_unittests', 778 '../remoting/remoting.gyp:remoting_unittests',
779 '../ui/app_list/app_list.gyp:*', 779 '../ui/app_list/app_list.gyp:*',
780 '../ui/aura/aura.gyp:*', 780 '../ui/aura/aura.gyp:*',
781 '../ui/compositor/compositor.gyp:*', 781 '../ui/compositor/compositor.gyp:*',
782 '../ui/message_center/message_center.gyp:*', 782 '../ui/message_center/message_center.gyp:*',
783 '../ui/ui.gyp:ui_unittests', 783 '../ui/ui.gyp:ui_unittests',
784 '../ui/views/views.gyp:views', 784 '../ui/views/views.gyp:views',
785 '../ui/views/views.gyp:views_examples_with_content_exe', 785 '../ui/views/views.gyp:views_examples_with_content_exe',
786 '../ui/views/views.gyp:views_unittests', 786 '../ui/views/views.gyp:views_unittests',
787 '../ui/keyboard/keyboard.gyp:*', 787 '../ui/keyboard/keyboard.gyp:*',
788 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 788 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
789 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 789 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
790 ], 790 ],
791 'conditions': [ 791 'conditions': [
792 ['OS=="win"', { 792 ['OS=="win"', {
793 'dependencies': [ 793 'dependencies': [
794 '../chrome/chrome.gyp:crash_service', 794 '../chrome/chrome.gyp:crash_service',
795 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 795 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
796 ], 796 ],
797 }], 797 }],
798 ['OS=="win" and target_arch!="x64"', { 798 ['OS=="win" and target_arch!="x64"', {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 '../chrome/chrome.gyp:interactive_ui_tests_run', 861 '../chrome/chrome.gyp:interactive_ui_tests_run',
862 '../chrome/chrome.gyp:sync_integration_tests_run', 862 '../chrome/chrome.gyp:sync_integration_tests_run',
863 '../chrome/chrome.gyp:unit_tests_run', 863 '../chrome/chrome.gyp:unit_tests_run',
864 '../net/net.gyp:net_unittests_run', 864 '../net/net.gyp:net_unittests_run',
865 ], 865 ],
866 }, # target_name: chromium_swarm_tests 866 }, # target_name: chromium_swarm_tests
867 ], 867 ],
868 }], 868 }],
869 ], # conditions 869 ], # conditions
870 } 870 }
OLDNEW
« no previous file with comments | « WATCHLISTS ('k') | build/all_android.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698