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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 16766003: Move ProfileLoader to chrome/browser/profiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move ProfileLoader to chrome/browser/profiles/ Created 7 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1618 'browser/profiles/profile_impl_io_data.cc', 1618 'browser/profiles/profile_impl_io_data.cc',
1619 'browser/profiles/profile_impl_io_data.h', 1619 'browser/profiles/profile_impl_io_data.h',
1620 'browser/profiles/profile_info_cache.cc', 1620 'browser/profiles/profile_info_cache.cc',
1621 'browser/profiles/profile_info_cache.h', 1621 'browser/profiles/profile_info_cache.h',
1622 'browser/profiles/profile_info_cache_observer.h', 1622 'browser/profiles/profile_info_cache_observer.h',
1623 'browser/profiles/profile_info_interface.h', 1623 'browser/profiles/profile_info_interface.h',
1624 'browser/profiles/profile_info_util.cc', 1624 'browser/profiles/profile_info_util.cc',
1625 'browser/profiles/profile_info_util.h', 1625 'browser/profiles/profile_info_util.h',
1626 'browser/profiles/profile_io_data.cc', 1626 'browser/profiles/profile_io_data.cc',
1627 'browser/profiles/profile_io_data.h', 1627 'browser/profiles/profile_io_data.h',
1628 'browser/profiles/profile_loader.cc',
1629 'browser/profiles/profile_loader.h',
1628 'browser/profiles/profile_manager.cc', 1630 'browser/profiles/profile_manager.cc',
1629 'browser/profiles/profile_manager.h', 1631 'browser/profiles/profile_manager.h',
1630 'browser/profiles/profile_metrics.cc', 1632 'browser/profiles/profile_metrics.cc',
1631 'browser/profiles/profile_metrics.h', 1633 'browser/profiles/profile_metrics.h',
1632 'browser/profiles/profile_shortcut_manager.cc', 1634 'browser/profiles/profile_shortcut_manager.cc',
1633 'browser/profiles/profile_shortcut_manager.h', 1635 'browser/profiles/profile_shortcut_manager.h',
1634 'browser/profiles/profile_shortcut_manager_stub.cc', 1636 'browser/profiles/profile_shortcut_manager_stub.cc',
1635 'browser/profiles/profile_shortcut_manager_win.cc', 1637 'browser/profiles/profile_shortcut_manager_win.cc',
1636 'browser/profiles/profile_shortcut_manager_win.h', 1638 'browser/profiles/profile_shortcut_manager_win.h',
1637 'browser/profiles/startup_task_runner_service.cc', 1639 'browser/profiles/startup_task_runner_service.cc',
(...skipping 1656 matching lines...) Expand 10 before | Expand all | Expand 10 after
3294 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3296 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3295 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3297 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3296 }, 3298 },
3297 'includes': [ '../build/android/java_cpp_template.gypi' ], 3299 'includes': [ '../build/android/java_cpp_template.gypi' ],
3298 }, 3300 },
3299 ], 3301 ],
3300 }, 3302 },
3301 ], 3303 ],
3302 ], 3304 ],
3303 } 3305 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698