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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11147026: Initial refactor to get profiles to propagate storage partition details. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed the order in the gypi file. Created 8 years, 1 month 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 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after
1569 'browser/profiles/profile_metrics.cc', 1569 'browser/profiles/profile_metrics.cc',
1570 'browser/profiles/profile_metrics.h', 1570 'browser/profiles/profile_metrics.h',
1571 'browser/profiles/profile_shortcut_manager.h', 1571 'browser/profiles/profile_shortcut_manager.h',
1572 'browser/profiles/profile_shortcut_manager.cc', 1572 'browser/profiles/profile_shortcut_manager.cc',
1573 'browser/profiles/profile_shortcut_manager_stub.cc', 1573 'browser/profiles/profile_shortcut_manager_stub.cc',
1574 'browser/profiles/profile_shortcut_manager_win.cc', 1574 'browser/profiles/profile_shortcut_manager_win.cc',
1575 'browser/profiles/refcounted_profile_keyed_service.h', 1575 'browser/profiles/refcounted_profile_keyed_service.h',
1576 'browser/profiles/refcounted_profile_keyed_service.cc', 1576 'browser/profiles/refcounted_profile_keyed_service.cc',
1577 'browser/profiles/refcounted_profile_keyed_service_factory.h', 1577 'browser/profiles/refcounted_profile_keyed_service_factory.h',
1578 'browser/profiles/refcounted_profile_keyed_service_factory.cc', 1578 'browser/profiles/refcounted_profile_keyed_service_factory.cc',
1579 'browser/profiles/storage_partition_descriptor.h',
1579 'browser/protector/base_prefs_change.cc', 1580 'browser/protector/base_prefs_change.cc',
1580 'browser/protector/base_prefs_change.h', 1581 'browser/protector/base_prefs_change.h',
1581 'browser/protector/base_setting_change.cc', 1582 'browser/protector/base_setting_change.cc',
1582 'browser/protector/base_setting_change.h', 1583 'browser/protector/base_setting_change.h',
1583 'browser/protector/composite_settings_change.cc', 1584 'browser/protector/composite_settings_change.cc',
1584 'browser/protector/composite_settings_change.h', 1585 'browser/protector/composite_settings_change.h',
1585 'browser/protector/default_search_provider_change.cc', 1586 'browser/protector/default_search_provider_change.cc',
1586 'browser/protector/histograms.cc', 1587 'browser/protector/histograms.cc',
1587 'browser/protector/histograms.h', 1588 'browser/protector/histograms.h',
1588 'browser/protector/homepage_change.cc', 1589 'browser/protector/homepage_change.cc',
(...skipping 1313 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