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

Side by Side Diff: chromeos/chromeos.gyp

Issue 387163002: Move Chrome OS pairing interface to chrome/browser/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compoent -> source set Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chromeos/pairing/controller_pairing_controller.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'network/portal_detector/network_portal_detector.cc', 363 'network/portal_detector/network_portal_detector.cc',
364 'network/portal_detector/network_portal_detector.h', 364 'network/portal_detector/network_portal_detector.h',
365 'network/portal_detector/network_portal_detector_strategy.cc', 365 'network/portal_detector/network_portal_detector_strategy.cc',
366 'network/portal_detector/network_portal_detector_strategy.h', 366 'network/portal_detector/network_portal_detector_strategy.h',
367 'network/shill_property_handler.cc', 367 'network/shill_property_handler.cc',
368 'network/shill_property_handler.h', 368 'network/shill_property_handler.h',
369 'network/shill_property_util.cc', 369 'network/shill_property_util.cc',
370 'network/shill_property_util.h', 370 'network/shill_property_util.h',
371 'network/dhcp_proxy_script_fetcher_chromeos.cc', 371 'network/dhcp_proxy_script_fetcher_chromeos.cc',
372 'network/dhcp_proxy_script_fetcher_chromeos.h', 372 'network/dhcp_proxy_script_fetcher_chromeos.h',
373 'pairing/fake_controller_pairing_controller.cc',
374 'pairing/fake_controller_pairing_controller.h',
375 'pairing/fake_host_pairing_controller.cc',
376 'pairing/fake_host_pairing_controller.h',
377 'pairing/controller_pairing_controller.cc',
378 'pairing/controller_pairing_controller.h',
379 'pairing/host_pairing_controller.cc',
380 'pairing/host_pairing_controller.h',
381 'process_proxy/process_output_watcher.cc', 373 'process_proxy/process_output_watcher.cc',
382 'process_proxy/process_output_watcher.h', 374 'process_proxy/process_output_watcher.h',
383 'process_proxy/process_proxy.cc', 375 'process_proxy/process_proxy.cc',
384 'process_proxy/process_proxy.h', 376 'process_proxy/process_proxy.h',
385 'process_proxy/process_proxy_registry.cc', 377 'process_proxy/process_proxy_registry.cc',
386 'process_proxy/process_proxy_registry.h', 378 'process_proxy/process_proxy_registry.h',
387 'settings/cros_settings_names.cc', 379 'settings/cros_settings_names.cc',
388 'settings/cros_settings_names.h', 380 'settings/cros_settings_names.h',
389 'settings/cros_settings_provider.cc', 381 'settings/cros_settings_provider.cc',
390 'settings/cros_settings_provider.h', 382 'settings/cros_settings_provider.h',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 ], 619 ],
628 'variables': { 620 'variables': {
629 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 621 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
630 'proto_out_dir': 'chromeos/cryptohome', 622 'proto_out_dir': 'chromeos/cryptohome',
631 }, 623 },
632 'includes': ['../build/protoc.gypi'], 624 'includes': ['../build/protoc.gypi'],
633 }, 625 },
634 626
635 ], 627 ],
636 } 628 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chromeos/pairing/controller_pairing_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698