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

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: 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'common/metrics/metrics_util.cc', 373 'common/metrics/metrics_util.cc',
374 'common/metrics/metrics_util.h', 374 'common/metrics/metrics_util.h',
375 'common/metrics/variations/uniformity_field_trials.cc', 375 'common/metrics/variations/uniformity_field_trials.cc',
376 'common/metrics/variations/uniformity_field_trials.h', 376 'common/metrics/variations/uniformity_field_trials.h',
377 'common/metrics/variations/variations_util.cc', 377 'common/metrics/variations/variations_util.cc',
378 'common/metrics/variations/variations_util.h', 378 'common/metrics/variations/variations_util.h',
379 'common/multi_process_lock.h', 379 'common/multi_process_lock.h',
380 'common/multi_process_lock_linux.cc', 380 'common/multi_process_lock_linux.cc',
381 'common/multi_process_lock_mac.cc', 381 'common/multi_process_lock_mac.cc',
382 'common/multi_process_lock_win.cc', 382 'common/multi_process_lock_win.cc',
383 'common/nacl_cmd_line.cc',
384 'common/nacl_cmd_line.h',
385 'common/nacl_host_messages.h', 383 'common/nacl_host_messages.h',
386 'common/nacl_messages.cc', 384 'common/nacl_messages.cc',
387 'common/nacl_messages.h', 385 'common/nacl_messages.h',
388 'common/nacl_types.cc', 386 'common/nacl_types.cc',
389 'common/nacl_types.h', 387 'common/nacl_types.h',
390 'common/omaha_query_params/omaha_query_params.cc', 388 'common/omaha_query_params/omaha_query_params.cc',
391 'common/omaha_query_params/omaha_query_params.h', 389 'common/omaha_query_params/omaha_query_params.h',
392 'common/omnibox_focus_state.h', 390 'common/omnibox_focus_state.h',
393 'common/one_click_signin_messages.h', 391 'common/one_click_signin_messages.h',
394 'common/partial_circular_buffer.cc', 392 'common/partial_circular_buffer.cc',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'common/media_galleries/picasa_types.cc', 496 'common/media_galleries/picasa_types.cc',
499 'common/media_galleries/picasa_types.h', 497 'common/media_galleries/picasa_types.h',
500 'common/media_galleries/pmp_constants.h', 498 'common/media_galleries/pmp_constants.h',
501 ], 499 ],
502 }], 500 }],
503 ['OS != "ios"', { 501 ['OS != "ios"', {
504 'dependencies': [ 502 'dependencies': [
505 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 503 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
506 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 504 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
507 '<(DEPTH)/components/components.gyp:autofill_core_common', 505 '<(DEPTH)/components/components.gyp:autofill_core_common',
506 '<(DEPTH)/components/nacl_common.gyp:nacl_cmd_line',
508 '<(DEPTH)/ipc/ipc.gyp:ipc', 507 '<(DEPTH)/ipc/ipc.gyp:ipc',
509 '<(DEPTH)/printing/printing.gyp:printing', 508 '<(DEPTH)/printing/printing.gyp:printing',
510 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 509 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
511 '<(DEPTH)/third_party/re2/re2.gyp:re2', 510 '<(DEPTH)/third_party/re2/re2.gyp:re2',
512 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 511 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
513 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 512 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
514 ], 513 ],
515 }, { # OS == ios 514 }, { # OS == ios
516 'sources/': [ 515 'sources/': [
517 ['exclude', '^common/child_process_'], 516 ['exclude', '^common/child_process_'],
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 'common/metrics/proto/user_action_event.proto', 809 'common/metrics/proto/user_action_event.proto',
811 ], 810 ],
812 'variables': { 811 'variables': {
813 'proto_in_dir': 'common/metrics/proto', 812 'proto_in_dir': 'common/metrics/proto',
814 'proto_out_dir': 'chrome/common/metrics/proto', 813 'proto_out_dir': 'chrome/common/metrics/proto',
815 }, 814 },
816 'includes': [ '../build/protoc.gypi' ], 815 'includes': [ '../build/protoc.gypi' ],
817 }, 816 },
818 ], 817 ],
819 } 818 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698