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

Side by Side Diff: chromeos/chromeos.gyp

Issue 14134004: chromeos: Move default power management policy into Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change char pointers in PrefNames to std::strings Created 7 years, 8 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) 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'ime/mock_xkeyboard.h', 390 'ime/mock_xkeyboard.h',
391 ], 391 ],
392 'include_dirs': [ 392 'include_dirs': [
393 '..', 393 '..',
394 ], 394 ],
395 }, 395 },
396 { 396 {
397 'target_name': 'chromeos_unittests', 397 'target_name': 'chromeos_unittests',
398 'type': 'executable', 398 'type': 'executable',
399 'dependencies': [ 399 'dependencies': [
400 '../base/base.gyp:base_prefs_test_support',
400 '../base/base.gyp:run_all_unittests', 401 '../base/base.gyp:run_all_unittests',
401 '../base/base.gyp:test_support_base', 402 '../base/base.gyp:test_support_base',
402 '../build/linux/system.gyp:dbus', 403 '../build/linux/system.gyp:dbus',
403 '../build/linux/system.gyp:ssl', 404 '../build/linux/system.gyp:ssl',
404 '../crypto/crypto.gyp:crypto', 405 '../crypto/crypto.gyp:crypto',
405 '../dbus/dbus.gyp:dbus_test_support', 406 '../dbus/dbus.gyp:dbus_test_support',
406 '../net/net.gyp:net', 407 '../net/net.gyp:net',
407 '../testing/gmock.gyp:gmock', 408 '../testing/gmock.gyp:gmock',
408 '../testing/gtest.gyp:gtest', 409 '../testing/gtest.gyp:gtest',
409 'chromeos_test_support', 410 'chromeos_test_support',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 '../third_party/cros_system_api/dbus/video_activity_update.proto', 514 '../third_party/cros_system_api/dbus/video_activity_update.proto',
514 ], 515 ],
515 'variables': { 516 'variables': {
516 'proto_in_dir': '../third_party/cros_system_api/dbus/', 517 'proto_in_dir': '../third_party/cros_system_api/dbus/',
517 'proto_out_dir': 'chromeos/dbus', 518 'proto_out_dir': 'chromeos/dbus',
518 }, 519 },
519 'includes': ['../build/protoc.gypi'], 520 'includes': ['../build/protoc.gypi'],
520 }, 521 },
521 ], 522 ],
522 } 523 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698