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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11233049: Splits shelf alignment and auto-hide behavior into two values, one (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gr! Created 8 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after
1417 'browser/prefs/command_line_pref_store.cc', 1417 'browser/prefs/command_line_pref_store.cc',
1418 'browser/prefs/command_line_pref_store.h', 1418 'browser/prefs/command_line_pref_store.h',
1419 'browser/prefs/incognito_mode_prefs.cc', 1419 'browser/prefs/incognito_mode_prefs.cc',
1420 'browser/prefs/incognito_mode_prefs.h', 1420 'browser/prefs/incognito_mode_prefs.h',
1421 'browser/prefs/pref_model_associator.cc', 1421 'browser/prefs/pref_model_associator.cc',
1422 'browser/prefs/pref_model_associator.h', 1422 'browser/prefs/pref_model_associator.h',
1423 'browser/prefs/pref_notifier_impl.cc', 1423 'browser/prefs/pref_notifier_impl.cc',
1424 'browser/prefs/pref_notifier_impl.h', 1424 'browser/prefs/pref_notifier_impl.h',
1425 'browser/prefs/pref_service.cc', 1425 'browser/prefs/pref_service.cc',
1426 'browser/prefs/pref_service.h', 1426 'browser/prefs/pref_service.h',
1427 'browser/prefs/pref_service_observer.h',
1427 'browser/prefs/pref_value_store.cc', 1428 'browser/prefs/pref_value_store.cc',
1428 'browser/prefs/pref_value_store.h', 1429 'browser/prefs/pref_value_store.h',
1429 'browser/prefs/proxy_config_dictionary.cc', 1430 'browser/prefs/proxy_config_dictionary.cc',
1430 'browser/prefs/proxy_config_dictionary.h', 1431 'browser/prefs/proxy_config_dictionary.h',
1431 'browser/prefs/proxy_prefs.cc', 1432 'browser/prefs/proxy_prefs.cc',
1432 'browser/prefs/proxy_prefs.h', 1433 'browser/prefs/proxy_prefs.h',
1433 'browser/prefs/scoped_user_pref_update.cc', 1434 'browser/prefs/scoped_user_pref_update.cc',
1434 'browser/prefs/scoped_user_pref_update.h', 1435 'browser/prefs/scoped_user_pref_update.h',
1435 'browser/prefs/session_startup_pref.cc', 1436 'browser/prefs/session_startup_pref.cc',
1436 'browser/prefs/session_startup_pref.h', 1437 'browser/prefs/session_startup_pref.h',
(...skipping 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after
2919 'proto_in_dir': '../third_party/cros_system_api/dbus', 2920 'proto_in_dir': '../third_party/cros_system_api/dbus',
2920 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2921 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2921 }, 2922 },
2922 'includes': ['../build/protoc.gypi'], 2923 'includes': ['../build/protoc.gypi'],
2923 }, 2924 },
2924 ], 2925 ],
2925 }, 2926 },
2926 ], 2927 ],
2927 ], 2928 ],
2928 } 2929 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698