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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 18615010: Refactor utility methods out of the ProfileManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: renamed util file Created 7 years, 5 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
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 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after
1640 'browser/profiles/profile_loader.h', 1640 'browser/profiles/profile_loader.h',
1641 'browser/profiles/profile_manager.cc', 1641 'browser/profiles/profile_manager.cc',
1642 'browser/profiles/profile_manager.h', 1642 'browser/profiles/profile_manager.h',
1643 'browser/profiles/profile_metrics.cc', 1643 'browser/profiles/profile_metrics.cc',
1644 'browser/profiles/profile_metrics.h', 1644 'browser/profiles/profile_metrics.h',
1645 'browser/profiles/profile_shortcut_manager.cc', 1645 'browser/profiles/profile_shortcut_manager.cc',
1646 'browser/profiles/profile_shortcut_manager.h', 1646 'browser/profiles/profile_shortcut_manager.h',
1647 'browser/profiles/profile_shortcut_manager_stub.cc', 1647 'browser/profiles/profile_shortcut_manager_stub.cc',
1648 'browser/profiles/profile_shortcut_manager_win.cc', 1648 'browser/profiles/profile_shortcut_manager_win.cc',
1649 'browser/profiles/profile_shortcut_manager_win.h', 1649 'browser/profiles/profile_shortcut_manager_win.h',
1650 'browser/profiles/profile_window.cc',
1651 'browser/profiles/profile_window.h',
1652 'browser/profiles/profiles_state.cc',
1653 'browser/profiles/profiles_state.h',
1650 'browser/profiles/startup_task_runner_service.cc', 1654 'browser/profiles/startup_task_runner_service.cc',
1651 'browser/profiles/startup_task_runner_service.h', 1655 'browser/profiles/startup_task_runner_service.h',
1652 'browser/profiles/startup_task_runner_service_factory.cc', 1656 'browser/profiles/startup_task_runner_service_factory.cc',
1653 'browser/profiles/startup_task_runner_service_factory.h', 1657 'browser/profiles/startup_task_runner_service_factory.h',
1654 'browser/profiles/storage_partition_descriptor.h', 1658 'browser/profiles/storage_partition_descriptor.h',
1655 'browser/remove_rows_table_model.h', 1659 'browser/remove_rows_table_model.h',
1656 'browser/renderer_host/chrome_render_message_filter.cc', 1660 'browser/renderer_host/chrome_render_message_filter.cc',
1657 'browser/renderer_host/chrome_render_message_filter.h', 1661 'browser/renderer_host/chrome_render_message_filter.h',
1658 'browser/renderer_host/chrome_render_view_host_observer.cc', 1662 'browser/renderer_host/chrome_render_view_host_observer.cc',
1659 'browser/renderer_host/chrome_render_view_host_observer.h', 1663 'browser/renderer_host/chrome_render_view_host_observer.h',
(...skipping 1720 matching lines...) Expand 10 before | Expand all | Expand 10 after
3380 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3384 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3381 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3385 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3382 }, 3386 },
3383 'includes': [ '../build/android/java_cpp_template.gypi' ], 3387 'includes': [ '../build/android/java_cpp_template.gypi' ],
3384 }, 3388 },
3385 ], 3389 ],
3386 }, 3390 },
3387 ], 3391 ],
3388 ], 3392 ],
3389 } 3393 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698