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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 13454032: Extract DependencyGraph from ProfileDependencyManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added tests Created 7 years, 8 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 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after
1467 'browser/process_singleton_linux.cc', 1467 'browser/process_singleton_linux.cc',
1468 'browser/process_singleton_mac.cc', 1468 'browser/process_singleton_mac.cc',
1469 'browser/process_singleton_win.cc', 1469 'browser/process_singleton_win.cc',
1470 'browser/profiles/avatar_menu_model.cc', 1470 'browser/profiles/avatar_menu_model.cc',
1471 'browser/profiles/avatar_menu_model.h', 1471 'browser/profiles/avatar_menu_model.h',
1472 'browser/profiles/avatar_menu_model_observer.h', 1472 'browser/profiles/avatar_menu_model_observer.h',
1473 'browser/profiles/bookmark_model_loaded_observer.cc', 1473 'browser/profiles/bookmark_model_loaded_observer.cc',
1474 'browser/profiles/bookmark_model_loaded_observer.h', 1474 'browser/profiles/bookmark_model_loaded_observer.h',
1475 'browser/profiles/chrome_version_service.cc', 1475 'browser/profiles/chrome_version_service.cc',
1476 'browser/profiles/chrome_version_service.h', 1476 'browser/profiles/chrome_version_service.h',
1477 'browser/profiles/dependency_graph.cc',
1478 'browser/profiles/dependency_graph.h',
1479 'browser/profiles/dependency_node.h',
1477 'browser/profiles/gaia_info_update_service.cc', 1480 'browser/profiles/gaia_info_update_service.cc',
1478 'browser/profiles/gaia_info_update_service.h', 1481 'browser/profiles/gaia_info_update_service.h',
1479 'browser/profiles/gaia_info_update_service_factory.cc', 1482 'browser/profiles/gaia_info_update_service_factory.cc',
1480 'browser/profiles/gaia_info_update_service_factory.h', 1483 'browser/profiles/gaia_info_update_service_factory.h',
1481 'browser/profiles/off_the_record_profile_impl.cc', 1484 'browser/profiles/off_the_record_profile_impl.cc',
1482 'browser/profiles/off_the_record_profile_impl.h', 1485 'browser/profiles/off_the_record_profile_impl.h',
1483 'browser/profiles/off_the_record_profile_io_data.cc', 1486 'browser/profiles/off_the_record_profile_io_data.cc',
1484 'browser/profiles/off_the_record_profile_io_data.h', 1487 'browser/profiles/off_the_record_profile_io_data.h',
1485 'browser/profiles/profile.cc', 1488 'browser/profiles/profile.cc',
1486 'browser/profiles/profile.h', 1489 'browser/profiles/profile.h',
(...skipping 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after
3014 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3017 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3015 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3018 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3016 }, 3019 },
3017 'includes': [ '../build/android/java_cpp_template.gypi' ], 3020 'includes': [ '../build/android/java_cpp_template.gypi' ],
3018 }, 3021 },
3019 ], 3022 ],
3020 }, 3023 },
3021 ], 3024 ],
3022 ], 3025 ],
3023 } 3026 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698