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

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: Tweaks 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 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 'browser/prefs/incognito_mode_prefs.h', 1412 'browser/prefs/incognito_mode_prefs.h',
1413 'browser/prefs/overlay_user_pref_store.cc', 1413 'browser/prefs/overlay_user_pref_store.cc',
1414 'browser/prefs/overlay_user_pref_store.h', 1414 'browser/prefs/overlay_user_pref_store.h',
1415 'browser/prefs/pref_model_associator.cc', 1415 'browser/prefs/pref_model_associator.cc',
1416 'browser/prefs/pref_model_associator.h', 1416 'browser/prefs/pref_model_associator.h',
1417 'browser/prefs/pref_notifier.h', 1417 'browser/prefs/pref_notifier.h',
1418 'browser/prefs/pref_notifier_impl.cc', 1418 'browser/prefs/pref_notifier_impl.cc',
1419 'browser/prefs/pref_notifier_impl.h', 1419 'browser/prefs/pref_notifier_impl.h',
1420 'browser/prefs/pref_service.cc', 1420 'browser/prefs/pref_service.cc',
1421 'browser/prefs/pref_service.h', 1421 'browser/prefs/pref_service.h',
1422 'browser/prefs/pref_service_observer.h',
1422 'browser/prefs/pref_value_map.cc', 1423 'browser/prefs/pref_value_map.cc',
1423 'browser/prefs/pref_value_map.h', 1424 'browser/prefs/pref_value_map.h',
1424 'browser/prefs/pref_value_store.cc', 1425 'browser/prefs/pref_value_store.cc',
1425 'browser/prefs/pref_value_store.h', 1426 'browser/prefs/pref_value_store.h',
1426 'browser/prefs/proxy_config_dictionary.cc', 1427 'browser/prefs/proxy_config_dictionary.cc',
1427 'browser/prefs/proxy_config_dictionary.h', 1428 'browser/prefs/proxy_config_dictionary.h',
1428 'browser/prefs/proxy_prefs.cc', 1429 'browser/prefs/proxy_prefs.cc',
1429 'browser/prefs/proxy_prefs.h', 1430 'browser/prefs/proxy_prefs.h',
1430 'browser/prefs/scoped_user_pref_update.cc', 1431 'browser/prefs/scoped_user_pref_update.cc',
1431 'browser/prefs/scoped_user_pref_update.h', 1432 'browser/prefs/scoped_user_pref_update.h',
(...skipping 1470 matching lines...) Expand 10 before | Expand all | Expand 10 after
2902 'proto_in_dir': '../third_party/cros_system_api/dbus', 2903 'proto_in_dir': '../third_party/cros_system_api/dbus',
2903 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2904 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2904 }, 2905 },
2905 'includes': ['../build/protoc.gypi'], 2906 'includes': ['../build/protoc.gypi'],
2906 }, 2907 },
2907 ], 2908 ],
2908 }, 2909 },
2909 ], 2910 ],
2910 ], 2911 ],
2911 } 2912 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698