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

Side by Side Diff: chromeos/chromeos.gyp

Issue 304603002: Created paring flow interface for controller side. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added more OWNERS for 'pairing' dir. Created 6 years, 6 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 | « no previous file | chromeos/pairing/OWNERS » ('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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 'network/policy_util.cc', 348 'network/policy_util.cc',
349 'network/policy_util.h', 349 'network/policy_util.h',
350 'network/policy_applicator.cc', 350 'network/policy_applicator.cc',
351 'network/policy_applicator.h', 351 'network/policy_applicator.h',
352 'network/shill_property_handler.cc', 352 'network/shill_property_handler.cc',
353 'network/shill_property_handler.h', 353 'network/shill_property_handler.h',
354 'network/shill_property_util.cc', 354 'network/shill_property_util.cc',
355 'network/shill_property_util.h', 355 'network/shill_property_util.h',
356 'network/dhcp_proxy_script_fetcher_chromeos.cc', 356 'network/dhcp_proxy_script_fetcher_chromeos.cc',
357 'network/dhcp_proxy_script_fetcher_chromeos.h', 357 'network/dhcp_proxy_script_fetcher_chromeos.h',
358 'pairing/controller_pairing_flow.cc',
359 'pairing/controller_pairing_flow.h',
358 'process_proxy/process_output_watcher.cc', 360 'process_proxy/process_output_watcher.cc',
359 'process_proxy/process_output_watcher.h', 361 'process_proxy/process_output_watcher.h',
360 'process_proxy/process_proxy.cc', 362 'process_proxy/process_proxy.cc',
361 'process_proxy/process_proxy.h', 363 'process_proxy/process_proxy.h',
362 'process_proxy/process_proxy_registry.cc', 364 'process_proxy/process_proxy_registry.cc',
363 'process_proxy/process_proxy_registry.h', 365 'process_proxy/process_proxy_registry.h',
364 'settings/cros_settings_names.cc', 366 'settings/cros_settings_names.cc',
365 'settings/cros_settings_names.h', 367 'settings/cros_settings_names.h',
366 'settings/cros_settings_provider.cc', 368 'settings/cros_settings_provider.cc',
367 'settings/cros_settings_provider.h', 369 'settings/cros_settings_provider.h',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 ], 602 ],
601 'variables': { 603 'variables': {
602 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 604 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
603 'proto_out_dir': 'chromeos/cryptohome', 605 'proto_out_dir': 'chromeos/cryptohome',
604 }, 606 },
605 'includes': ['../build/protoc.gypi'], 607 'includes': ['../build/protoc.gypi'],
606 }, 608 },
607 609
608 ], 610 ],
609 } 611 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/pairing/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698