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

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: unbreak rebase and added new static fn from trunk 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 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after
1605 'browser/profiles/profile_loader.h', 1605 'browser/profiles/profile_loader.h',
1606 'browser/profiles/profile_manager.cc', 1606 'browser/profiles/profile_manager.cc',
1607 'browser/profiles/profile_manager.h', 1607 'browser/profiles/profile_manager.h',
1608 'browser/profiles/profile_metrics.cc', 1608 'browser/profiles/profile_metrics.cc',
1609 'browser/profiles/profile_metrics.h', 1609 'browser/profiles/profile_metrics.h',
1610 'browser/profiles/profile_shortcut_manager.cc', 1610 'browser/profiles/profile_shortcut_manager.cc',
1611 'browser/profiles/profile_shortcut_manager.h', 1611 'browser/profiles/profile_shortcut_manager.h',
1612 'browser/profiles/profile_shortcut_manager_stub.cc', 1612 'browser/profiles/profile_shortcut_manager_stub.cc',
1613 'browser/profiles/profile_shortcut_manager_win.cc', 1613 'browser/profiles/profile_shortcut_manager_win.cc',
1614 'browser/profiles/profile_shortcut_manager_win.h', 1614 'browser/profiles/profile_shortcut_manager_win.h',
1615 'browser/profiles/profile_window.cc',
1616 'browser/profiles/profile_window.h',
1617 'browser/profiles/profiles_state.cc',
1618 'browser/profiles/profiles_state.h',
1615 'browser/profiles/startup_task_runner_service.cc', 1619 'browser/profiles/startup_task_runner_service.cc',
1616 'browser/profiles/startup_task_runner_service.h', 1620 'browser/profiles/startup_task_runner_service.h',
1617 'browser/profiles/startup_task_runner_service_factory.cc', 1621 'browser/profiles/startup_task_runner_service_factory.cc',
1618 'browser/profiles/startup_task_runner_service_factory.h', 1622 'browser/profiles/startup_task_runner_service_factory.h',
1619 'browser/profiles/storage_partition_descriptor.h', 1623 'browser/profiles/storage_partition_descriptor.h',
1620 'browser/remove_rows_table_model.h', 1624 'browser/remove_rows_table_model.h',
1621 'browser/renderer_host/chrome_render_message_filter.cc', 1625 'browser/renderer_host/chrome_render_message_filter.cc',
1622 'browser/renderer_host/chrome_render_message_filter.h', 1626 'browser/renderer_host/chrome_render_message_filter.h',
1623 'browser/renderer_host/chrome_render_view_host_observer.cc', 1627 'browser/renderer_host/chrome_render_view_host_observer.cc',
1624 'browser/renderer_host/chrome_render_view_host_observer.h', 1628 'browser/renderer_host/chrome_render_view_host_observer.h',
(...skipping 1715 matching lines...) Expand 10 before | Expand all | Expand 10 after
3340 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3344 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3341 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3345 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3342 }, 3346 },
3343 'includes': [ '../build/android/java_cpp_template.gypi' ], 3347 'includes': [ '../build/android/java_cpp_template.gypi' ],
3344 }, 3348 },
3345 ], 3349 ],
3346 }, 3350 },
3347 ], 3351 ],
3348 ], 3352 ],
3349 } 3353 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/managed_user_create_confirm_handler.cc ('k') | chrome_frame/test/net/fake_external_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698