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

Side by Side Diff: chrome/chrome_common.gypi

Issue 18098009: Move nacl_cmd_line to components/nacl/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 7 years, 5 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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'common/metrics/metrics_util.cc', 400 'common/metrics/metrics_util.cc',
401 'common/metrics/metrics_util.h', 401 'common/metrics/metrics_util.h',
402 'common/metrics/variations/uniformity_field_trials.cc', 402 'common/metrics/variations/uniformity_field_trials.cc',
403 'common/metrics/variations/uniformity_field_trials.h', 403 'common/metrics/variations/uniformity_field_trials.h',
404 'common/metrics/variations/variations_util.cc', 404 'common/metrics/variations/variations_util.cc',
405 'common/metrics/variations/variations_util.h', 405 'common/metrics/variations/variations_util.h',
406 'common/multi_process_lock.h', 406 'common/multi_process_lock.h',
407 'common/multi_process_lock_linux.cc', 407 'common/multi_process_lock_linux.cc',
408 'common/multi_process_lock_mac.cc', 408 'common/multi_process_lock_mac.cc',
409 'common/multi_process_lock_win.cc', 409 'common/multi_process_lock_win.cc',
410 'common/nacl_cmd_line.cc',
411 'common/nacl_cmd_line.h',
412 'common/nacl_host_messages.h', 410 'common/nacl_host_messages.h',
413 'common/nacl_messages.cc', 411 'common/nacl_messages.cc',
414 'common/nacl_messages.h', 412 'common/nacl_messages.h',
415 'common/nacl_types.cc', 413 'common/nacl_types.cc',
416 'common/nacl_types.h', 414 'common/nacl_types.h',
417 'common/omaha_query_params/omaha_query_params.cc', 415 'common/omaha_query_params/omaha_query_params.cc',
418 'common/omaha_query_params/omaha_query_params.h', 416 'common/omaha_query_params/omaha_query_params.h',
419 'common/omnibox_focus_state.h', 417 'common/omnibox_focus_state.h',
420 'common/one_click_signin_messages.h', 418 'common/one_click_signin_messages.h',
421 'common/partial_circular_buffer.cc', 419 'common/partial_circular_buffer.cc',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 'common/media_galleries/picasa_types.cc', 526 'common/media_galleries/picasa_types.cc',
529 'common/media_galleries/picasa_types.h', 527 'common/media_galleries/picasa_types.h',
530 'common/media_galleries/pmp_constants.h', 528 'common/media_galleries/pmp_constants.h',
531 ], 529 ],
532 }], 530 }],
533 ['OS != "ios"', { 531 ['OS != "ios"', {
534 'dependencies': [ 532 'dependencies': [
535 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 533 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
536 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 534 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
537 '<(DEPTH)/components/components.gyp:autofill_core_common', 535 '<(DEPTH)/components/components.gyp:autofill_core_common',
536 '<(DEPTH)/components/nacl_common.gyp:nacl_common',
538 '<(DEPTH)/ipc/ipc.gyp:ipc', 537 '<(DEPTH)/ipc/ipc.gyp:ipc',
539 '<(DEPTH)/printing/printing.gyp:printing', 538 '<(DEPTH)/printing/printing.gyp:printing',
540 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 539 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
541 '<(DEPTH)/third_party/re2/re2.gyp:re2', 540 '<(DEPTH)/third_party/re2/re2.gyp:re2',
542 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 541 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
543 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 542 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
544 ], 543 ],
545 }, { # OS == ios 544 }, { # OS == ios
546 'sources/': [ 545 'sources/': [
547 ['exclude', '^common/child_process_'], 546 ['exclude', '^common/child_process_'],
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'common/metrics/proto/user_action_event.proto', 840 'common/metrics/proto/user_action_event.proto',
842 ], 841 ],
843 'variables': { 842 'variables': {
844 'proto_in_dir': 'common/metrics/proto', 843 'proto_in_dir': 'common/metrics/proto',
845 'proto_out_dir': 'chrome/common/metrics/proto', 844 'proto_out_dir': 'chrome/common/metrics/proto',
846 }, 845 },
847 'includes': [ '../build/protoc.gypi' ], 846 'includes': [ '../build/protoc.gypi' ],
848 }, 847 },
849 ], 848 ],
850 } 849 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698