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

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: Reset DHCP after WiFi Connect to speed up the connection after factory reset. Created 7 years, 3 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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'common/metrics/metrics_service_base.cc', 406 'common/metrics/metrics_service_base.cc',
407 'common/metrics/metrics_service_base.h', 407 'common/metrics/metrics_service_base.h',
408 'common/metrics/variations/uniformity_field_trials.cc', 408 'common/metrics/variations/uniformity_field_trials.cc',
409 'common/metrics/variations/uniformity_field_trials.h', 409 'common/metrics/variations/uniformity_field_trials.h',
410 'common/metrics/variations/variations_util.cc', 410 'common/metrics/variations/variations_util.cc',
411 'common/metrics/variations/variations_util.h', 411 'common/metrics/variations/variations_util.h',
412 'common/multi_process_lock.h', 412 'common/multi_process_lock.h',
413 'common/multi_process_lock_linux.cc', 413 'common/multi_process_lock_linux.cc',
414 'common/multi_process_lock_mac.cc', 414 'common/multi_process_lock_mac.cc',
415 'common/multi_process_lock_win.cc', 415 'common/multi_process_lock_win.cc',
416 'common/networking_private_messages.cc',
417 'common/networking_private_messages.h',
416 'common/omaha_query_params/omaha_query_params.cc', 418 'common/omaha_query_params/omaha_query_params.cc',
417 'common/omaha_query_params/omaha_query_params.h', 419 'common/omaha_query_params/omaha_query_params.h',
418 'common/omnibox_focus_state.h', 420 'common/omnibox_focus_state.h',
419 'common/partial_circular_buffer.cc', 421 'common/partial_circular_buffer.cc',
420 'common/partial_circular_buffer.h', 422 'common/partial_circular_buffer.h',
421 'common/pepper_flash.cc', 423 'common/pepper_flash.cc',
422 'common/pepper_flash.h', 424 'common/pepper_flash.h',
423 'common/pepper_permission_util.cc', 425 'common/pepper_permission_util.cc',
424 'common/pepper_permission_util.h', 426 'common/pepper_permission_util.h',
425 'common/pref_names_util.cc', 427 'common/pref_names_util.cc',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 'common/metrics/proto/user_action_event.proto', 862 'common/metrics/proto/user_action_event.proto',
861 ], 863 ],
862 'variables': { 864 'variables': {
863 'proto_in_dir': 'common/metrics/proto', 865 'proto_in_dir': 'common/metrics/proto',
864 'proto_out_dir': 'chrome/common/metrics/proto', 866 'proto_out_dir': 'chrome/common/metrics/proto',
865 }, 867 },
866 'includes': [ '../build/protoc.gypi' ], 868 'includes': [ '../build/protoc.gypi' ],
867 }, 869 },
868 ], 870 ],
869 } 871 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698