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

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: Address review comments 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'common/metrics/metrics_util.cc', 366 'common/metrics/metrics_util.cc',
368 'common/metrics/metrics_util.h', 367 'common/metrics/metrics_util.h',
369 'common/metrics/variations/uniformity_field_trials.cc', 368 'common/metrics/variations/uniformity_field_trials.cc',
370 'common/metrics/variations/uniformity_field_trials.h', 369 'common/metrics/variations/uniformity_field_trials.h',
371 'common/metrics/variations/variations_util.cc', 370 'common/metrics/variations/variations_util.cc',
372 'common/metrics/variations/variations_util.h', 371 'common/metrics/variations/variations_util.h',
373 'common/multi_process_lock.h', 372 'common/multi_process_lock.h',
374 'common/multi_process_lock_linux.cc', 373 'common/multi_process_lock_linux.cc',
375 'common/multi_process_lock_mac.cc', 374 'common/multi_process_lock_mac.cc',
376 'common/multi_process_lock_win.cc', 375 'common/multi_process_lock_win.cc',
377 'common/nacl_cmd_line.cc',
378 'common/nacl_cmd_line.h',
379 'common/nacl_host_messages.h', 376 'common/nacl_host_messages.h',
380 'common/nacl_messages.cc',
381 'common/nacl_messages.h',
382 'common/nacl_types.cc',
383 'common/nacl_types.h',
384 'common/omaha_query_params/omaha_query_params.cc', 377 'common/omaha_query_params/omaha_query_params.cc',
385 'common/omaha_query_params/omaha_query_params.h', 378 'common/omaha_query_params/omaha_query_params.h',
386 'common/omnibox_focus_state.h', 379 'common/omnibox_focus_state.h',
387 'common/one_click_signin_messages.h', 380 'common/one_click_signin_messages.h',
388 'common/partial_circular_buffer.cc', 381 'common/partial_circular_buffer.cc',
389 'common/partial_circular_buffer.h', 382 'common/partial_circular_buffer.h',
390 'common/pepper_flash.cc', 383 'common/pepper_flash.cc',
391 'common/pepper_flash.h', 384 'common/pepper_flash.h',
392 'common/pepper_permission_util.cc', 385 'common/pepper_permission_util.cc',
393 'common/pepper_permission_util.h', 386 'common/pepper_permission_util.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.h', ], 467 ['include', 'common/extensions/api/spellcheck/spellcheck_handler.h', ],
475 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.cc'], 468 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.cc'],
476 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.h'], 469 ['include', 'common/extensions/api/managed_mode_private/managed_mode _handler.h'],
477 ], 470 ],
478 }], 471 }],
479 ['OS != "ios"', { 472 ['OS != "ios"', {
480 'dependencies': [ 473 'dependencies': [
481 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 474 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
482 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 475 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
483 '<(DEPTH)/components/components.gyp:autofill_core_common', 476 '<(DEPTH)/components/components.gyp:autofill_core_common',
477 '<(DEPTH)/components/nacl_common.gypi:nacl_cmd_line',
478 '<(DEPTH)/components/nacl_common.gypi:nacl_common',
484 '<(DEPTH)/ipc/ipc.gyp:ipc', 479 '<(DEPTH)/ipc/ipc.gyp:ipc',
485 '<(DEPTH)/printing/printing.gyp:printing', 480 '<(DEPTH)/printing/printing.gyp:printing',
486 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 481 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
487 '<(DEPTH)/third_party/re2/re2.gyp:re2', 482 '<(DEPTH)/third_party/re2/re2.gyp:re2',
488 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 483 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
489 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 484 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
490 ], 485 ],
491 }, { # OS == ios 486 }, { # OS == ios
492 'sources/': [ 487 'sources/': [
493 ['exclude', '^common/child_process_'], 488 ['exclude', '^common/child_process_'],
494 ['exclude', '^common/chrome_content_client\\.cc$'], 489 ['exclude', '^common/chrome_content_client\\.cc$'],
495 ['exclude', '^common/chrome_version_info_posix\\.cc$'], 490 ['exclude', '^common/chrome_version_info_posix\\.cc$'],
496 ['exclude', '^common/common_message_generator\\.cc$'], 491 ['exclude', '^common/common_message_generator\\.cc$'],
497 ['exclude', '^common/common_param_traits'], 492 ['exclude', '^common/common_param_traits'],
498 ['exclude', '^common/custom_handlers/'], 493 ['exclude', '^common/custom_handlers/'],
499 ['exclude', '^common/extensions/'], 494 ['exclude', '^common/extensions/'],
500 ['exclude', '^common/external_ipc_fuzzer\\.'], 495 ['exclude', '^common/external_ipc_fuzzer\\.'],
501 ['exclude', '^common/logging_chrome\\.'], 496 ['exclude', '^common/logging_chrome\\.'],
502 ['exclude', '^common/multi_process_'], 497 ['exclude', '^common/multi_process_'],
503 ['exclude', '^common/nacl_'],
504 ['exclude', '^common/pepper_flash\\.'], 498 ['exclude', '^common/pepper_flash\\.'],
505 ['exclude', '^common/profiling\\.'], 499 ['exclude', '^common/profiling\\.'],
506 ['exclude', '^common/service_process_util_'], 500 ['exclude', '^common/service_process_util_'],
507 ['exclude', '^common/spellcheck_'], 501 ['exclude', '^common/spellcheck_'],
508 ['exclude', '^common/validation_message_'], 502 ['exclude', '^common/validation_message_'],
509 ['exclude', '^common/web_apps\\.'], 503 ['exclude', '^common/web_apps\\.'],
510 # TODO(ios): Include files here as they are made to work; once 504 # TODO(ios): Include files here as they are made to work; once
511 # everything is online, remove everything below here and just 505 # everything is online, remove everything below here and just
512 # use the exclusions above. 506 # use the exclusions above.
513 ['exclude', '\\.(cc|mm)$'], 507 ['exclude', '\\.(cc|mm)$'],
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 'common/metrics/proto/user_action_event.proto', 768 'common/metrics/proto/user_action_event.proto',
775 ], 769 ],
776 'variables': { 770 'variables': {
777 'proto_in_dir': 'common/metrics/proto', 771 'proto_in_dir': 'common/metrics/proto',
778 'proto_out_dir': 'chrome/common/metrics/proto', 772 'proto_out_dir': 'chrome/common/metrics/proto',
779 }, 773 },
780 'includes': [ '../build/protoc.gypi' ], 774 'includes': [ '../build/protoc.gypi' ],
781 }, 775 },
782 ], 776 ],
783 } 777 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698