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

Side by Side Diff: chrome/chrome_common.gypi

Issue 22295002: Base infrastructure for Networking Private API on Windows and Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use using chromeos:: to avoid lengthy namespace prefixes. Created 7 years, 2 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
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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'common/metrics/metrics_service_base.cc', 343 'common/metrics/metrics_service_base.cc',
344 'common/metrics/metrics_service_base.h', 344 'common/metrics/metrics_service_base.h',
345 'common/metrics/variations/uniformity_field_trials.cc', 345 'common/metrics/variations/uniformity_field_trials.cc',
346 'common/metrics/variations/uniformity_field_trials.h', 346 'common/metrics/variations/uniformity_field_trials.h',
347 'common/metrics/variations/variations_util.cc', 347 'common/metrics/variations/variations_util.cc',
348 'common/metrics/variations/variations_util.h', 348 'common/metrics/variations/variations_util.h',
349 'common/multi_process_lock.h', 349 'common/multi_process_lock.h',
350 'common/multi_process_lock_linux.cc', 350 'common/multi_process_lock_linux.cc',
351 'common/multi_process_lock_mac.cc', 351 'common/multi_process_lock_mac.cc',
352 'common/multi_process_lock_win.cc', 352 'common/multi_process_lock_win.cc',
353 'common/networking_private_messages.cc',
354 'common/networking_private_messages.h',
cbentzel 2013/10/16 12:51:36 Should these be excluded if enable_extensions==0?
353 'common/omaha_query_params/omaha_query_params.cc', 355 'common/omaha_query_params/omaha_query_params.cc',
354 'common/omaha_query_params/omaha_query_params.h', 356 'common/omaha_query_params/omaha_query_params.h',
355 'common/omnibox_focus_state.h', 357 'common/omnibox_focus_state.h',
356 'common/partial_circular_buffer.cc', 358 'common/partial_circular_buffer.cc',
357 'common/partial_circular_buffer.h', 359 'common/partial_circular_buffer.h',
358 'common/pepper_flash.cc', 360 'common/pepper_flash.cc',
359 'common/pepper_flash.h', 361 'common/pepper_flash.h',
360 'common/pepper_permission_util.cc', 362 'common/pepper_permission_util.cc',
361 'common/pepper_permission_util.h', 363 'common/pepper_permission_util.h',
362 'common/pref_names_util.cc', 364 'common/pref_names_util.cc',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 'common/metrics/proto/user_action_event.proto', 786 'common/metrics/proto/user_action_event.proto',
785 ], 787 ],
786 'variables': { 788 'variables': {
787 'proto_in_dir': 'common/metrics/proto', 789 'proto_in_dir': 'common/metrics/proto',
788 'proto_out_dir': 'chrome/common/metrics/proto', 790 'proto_out_dir': 'chrome/common/metrics/proto',
789 }, 791 },
790 'includes': [ '../build/protoc.gypi' ], 792 'includes': [ '../build/protoc.gypi' ],
791 }, 793 },
792 ], 794 ],
793 } 795 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698