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

Side by Side Diff: chrome/chrome_common.gypi

Issue 16881004: Move chrome/nacl to components/nacl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make ios happy Created 7 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'common/child_process_logging_mac.mm', 119 'common/child_process_logging_mac.mm',
120 'common/child_process_logging_posix.cc', 120 'common/child_process_logging_posix.cc',
121 'common/child_process_logging_win.cc', 121 'common/child_process_logging_win.cc',
122 'common/chrome_content_client.cc', 122 'common/chrome_content_client.cc',
123 'common/chrome_content_client.h', 123 'common/chrome_content_client.h',
124 'common/chrome_content_client_constants.cc', 124 'common/chrome_content_client_constants.cc',
125 'common/chrome_content_client_ios.mm', 125 'common/chrome_content_client_ios.mm',
126 'common/chrome_notification_types.h', 126 'common/chrome_notification_types.h',
127 'common/chrome_result_codes.h', 127 'common/chrome_result_codes.h',
128 'common/chrome_process_type.h', 128 'common/chrome_process_type.h',
129 'common/chrome_sandbox_type_mac.h',
130 'common/chrome_utility_messages.h', 129 'common/chrome_utility_messages.h',
131 'common/chrome_version_info.cc', 130 'common/chrome_version_info.cc',
132 'common/chrome_version_info_android.cc', 131 'common/chrome_version_info_android.cc',
133 'common/chrome_version_info_chromeos.cc', 132 'common/chrome_version_info_chromeos.cc',
134 'common/chrome_version_info_posix.cc', 133 'common/chrome_version_info_posix.cc',
135 'common/chrome_version_info_mac.mm', 134 'common/chrome_version_info_mac.mm',
136 'common/chrome_version_info_win.cc', 135 'common/chrome_version_info_win.cc',
137 'common/chrome_version_info.h', 136 'common/chrome_version_info.h',
138 'common/cloud_print/cloud_print_class_mac.h', 137 'common/cloud_print/cloud_print_class_mac.h',
139 'common/cloud_print/cloud_print_class_mac.mm', 138 'common/cloud_print/cloud_print_class_mac.mm',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'common/metrics/metrics_util.cc', 368 'common/metrics/metrics_util.cc',
370 'common/metrics/metrics_util.h', 369 'common/metrics/metrics_util.h',
371 'common/metrics/variations/uniformity_field_trials.cc', 370 'common/metrics/variations/uniformity_field_trials.cc',
372 'common/metrics/variations/uniformity_field_trials.h', 371 'common/metrics/variations/uniformity_field_trials.h',
373 'common/metrics/variations/variations_util.cc', 372 'common/metrics/variations/variations_util.cc',
374 'common/metrics/variations/variations_util.h', 373 'common/metrics/variations/variations_util.h',
375 'common/multi_process_lock.h', 374 'common/multi_process_lock.h',
376 'common/multi_process_lock_linux.cc', 375 'common/multi_process_lock_linux.cc',
377 'common/multi_process_lock_mac.cc', 376 'common/multi_process_lock_mac.cc',
378 'common/multi_process_lock_win.cc', 377 'common/multi_process_lock_win.cc',
379 'common/nacl_cmd_line.cc',
380 'common/nacl_cmd_line.h',
381 'common/nacl_host_messages.h', 378 'common/nacl_host_messages.h',
382 'common/nacl_messages.cc',
383 'common/nacl_messages.h',
384 'common/nacl_types.cc',
385 'common/nacl_types.h',
386 'common/omaha_query_params/omaha_query_params.cc', 379 'common/omaha_query_params/omaha_query_params.cc',
387 'common/omaha_query_params/omaha_query_params.h', 380 'common/omaha_query_params/omaha_query_params.h',
388 'common/omnibox_focus_state.h', 381 'common/omnibox_focus_state.h',
389 'common/one_click_signin_messages.h', 382 'common/one_click_signin_messages.h',
390 'common/partial_circular_buffer.cc', 383 'common/partial_circular_buffer.cc',
391 'common/partial_circular_buffer.h', 384 'common/partial_circular_buffer.h',
392 'common/pepper_flash.cc', 385 'common/pepper_flash.cc',
393 'common/pepper_flash.h', 386 'common/pepper_flash.h',
394 'common/pepper_permission_util.cc', 387 'common/pepper_permission_util.cc',
395 'common/pepper_permission_util.h', 388 'common/pepper_permission_util.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.h', ], 469 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.h', ],
477 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.cc'], 470 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.cc'],
478 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.h'], 471 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.h'],
479 ], 472 ],
480 }], 473 }],
481 ['OS != "ios"', { 474 ['OS != "ios"', {
482 'dependencies': [ 475 'dependencies': [
483 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 476 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
484 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 477 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
485 '<(DEPTH)/components/components.gyp:autofill_core_common', 478 '<(DEPTH)/components/components.gyp:autofill_core_common',
479 '<(DEPTH)/components/nacl_common.gypi:nacl_cmd_line',
480 '<(DEPTH)/components/nacl_common.gypi:nacl_common',
486 '<(DEPTH)/ipc/ipc.gyp:ipc', 481 '<(DEPTH)/ipc/ipc.gyp:ipc',
487 '<(DEPTH)/printing/printing.gyp:printing', 482 '<(DEPTH)/printing/printing.gyp:printing',
488 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 483 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
489 '<(DEPTH)/third_party/re2/re2.gyp:re2', 484 '<(DEPTH)/third_party/re2/re2.gyp:re2',
490 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 485 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
491 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 486 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
492 ], 487 ],
493 }, { # OS == ios 488 }, { # OS == ios
494 'sources/': [ 489 'sources/': [
495 ['exclude', '^common/child_process_'], 490 ['exclude', '^common/child_process_'],
496 ['exclude', '^common/chrome_content_client\\.cc$'], 491 ['exclude', '^common/chrome_content_client\\.cc$'],
497 ['exclude', '^common/chrome_version_info_posix\\.cc$'], 492 ['exclude', '^common/chrome_version_info_posix\\.cc$'],
498 ['exclude', '^common/common_message_generator\\.cc$'], 493 ['exclude', '^common/common_message_generator\\.cc$'],
499 ['exclude', '^common/common_param_traits'], 494 ['exclude', '^common/common_param_traits'],
500 ['exclude', '^common/custom_handlers/'], 495 ['exclude', '^common/custom_handlers/'],
501 ['exclude', '^common/extensions/'], 496 ['exclude', '^common/extensions/'],
502 ['exclude', '^common/external_ipc_fuzzer\\.'], 497 ['exclude', '^common/external_ipc_fuzzer\\.'],
503 ['exclude', '^common/logging_chrome\\.'], 498 ['exclude', '^common/logging_chrome\\.'],
504 ['exclude', '^common/multi_process_'], 499 ['exclude', '^common/multi_process_'],
505 ['exclude', '^common/nacl_'],
506 ['exclude', '^common/pepper_flash\\.'], 500 ['exclude', '^common/pepper_flash\\.'],
507 ['exclude', '^common/profiling\\.'], 501 ['exclude', '^common/profiling\\.'],
508 ['exclude', '^common/service_process_util_'], 502 ['exclude', '^common/service_process_util_'],
509 ['exclude', '^common/spellcheck_'], 503 ['exclude', '^common/spellcheck_'],
510 ['exclude', '^common/validation_message_'], 504 ['exclude', '^common/validation_message_'],
511 ['exclude', '^common/web_apps\\.'], 505 ['exclude', '^common/web_apps\\.'],
512 # TODO(ios): Include files here as they are made to work; once 506 # TODO(ios): Include files here as they are made to work; once
513 # everything is online, remove everything below here and just 507 # everything is online, remove everything below here and just
514 # use the exclusions above. 508 # use the exclusions above.
515 ['exclude', '\\.(cc|mm)$'], 509 ['exclude', '\\.(cc|mm)$'],
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 'common/metrics/proto/user_action_event.proto', 770 'common/metrics/proto/user_action_event.proto',
777 ], 771 ],
778 'variables': { 772 'variables': {
779 'proto_in_dir': 'common/metrics/proto', 773 'proto_in_dir': 'common/metrics/proto',
780 'proto_out_dir': 'chrome/common/metrics/proto', 774 'proto_out_dir': 'chrome/common/metrics/proto',
781 }, 775 },
782 'includes': [ '../build/protoc.gypi' ], 776 'includes': [ '../build/protoc.gypi' ],
783 }, 777 },
784 ], 778 ],
785 } 779 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | components/nacl.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698