Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 1789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1800 'browser/screensaver_window_finder_x11.h', | 1800 'browser/screensaver_window_finder_x11.h', |
| 1801 'browser/search/iframe_source.cc', | 1801 'browser/search/iframe_source.cc', |
| 1802 'browser/search/iframe_source.h', | 1802 'browser/search/iframe_source.h', |
| 1803 'browser/search/instant_io_context.cc', | 1803 'browser/search/instant_io_context.cc', |
| 1804 'browser/search/instant_io_context.h', | 1804 'browser/search/instant_io_context.h', |
| 1805 'browser/search/instant_service.cc', | 1805 'browser/search/instant_service.cc', |
| 1806 'browser/search/instant_service.h', | 1806 'browser/search/instant_service.h', |
| 1807 'browser/search/instant_service_factory.cc', | 1807 'browser/search/instant_service_factory.cc', |
| 1808 'browser/search/instant_service_factory.h', | 1808 'browser/search/instant_service_factory.h', |
| 1809 'browser/search/instant_service_observer.h', | 1809 'browser/search/instant_service_observer.h', |
| 1810 'browser/search/instant_service_observer.cc', | |
|
Jered
2013/08/16 00:13:23
Move up one line.
Anuj
2013/08/22 00:40:45
Done.
| |
| 1810 'browser/search/local_ntp_source.cc', | 1811 'browser/search/local_ntp_source.cc', |
| 1811 'browser/search/local_ntp_source.h', | 1812 'browser/search/local_ntp_source.h', |
| 1812 'browser/search/most_visited_iframe_source.cc', | 1813 'browser/search/most_visited_iframe_source.cc', |
| 1813 'browser/search/most_visited_iframe_source.h', | 1814 'browser/search/most_visited_iframe_source.h', |
| 1814 'browser/search/search.cc', | 1815 'browser/search/search.cc', |
| 1815 'browser/search/search.h', | 1816 'browser/search/search.h', |
| 1816 'browser/search/search_terms_tracker.cc', | 1817 'browser/search/search_terms_tracker.cc', |
| 1817 'browser/search/search_terms_tracker.h', | 1818 'browser/search/search_terms_tracker.h', |
| 1818 'browser/search_engines/search_engine_type.h', | 1819 'browser/search_engines/search_engine_type.h', |
| 1819 'browser/search_engines/search_host_to_urls_map.cc', | 1820 'browser/search_engines/search_host_to_urls_map.cc', |
| (...skipping 1659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3479 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3480 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3480 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], | 3481 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], |
| 3481 }, | 3482 }, |
| 3482 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3483 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3483 }, | 3484 }, |
| 3484 ], | 3485 ], |
| 3485 }, | 3486 }, |
| 3486 ], | 3487 ], |
| 3487 ], | 3488 ], |
| 3488 } | 3489 } |
| OLD | NEW |