| 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 2354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2365 'browser/translate/translate_prefs.cc', | 2365 'browser/translate/translate_prefs.cc', |
| 2366 'browser/translate/translate_prefs.h', | 2366 'browser/translate/translate_prefs.h', |
| 2367 'browser/translate/translate_script.cc', | 2367 'browser/translate/translate_script.cc', |
| 2368 'browser/translate/translate_script.h', | 2368 'browser/translate/translate_script.h', |
| 2369 'browser/translate/translate_tab_helper.cc', | 2369 'browser/translate/translate_tab_helper.cc', |
| 2370 'browser/translate/translate_tab_helper.h', | 2370 'browser/translate/translate_tab_helper.h', |
| 2371 'browser/translate/translate_url_fetcher.cc', | 2371 'browser/translate/translate_url_fetcher.cc', |
| 2372 'browser/translate/translate_url_fetcher.h', | 2372 'browser/translate/translate_url_fetcher.h', |
| 2373 'browser/translate/translate_url_util.cc', | 2373 'browser/translate/translate_url_util.cc', |
| 2374 'browser/translate/translate_url_util.h', | 2374 'browser/translate/translate_url_util.h', |
| 2375 'browser/undo/bookmark_renumber_observer.h', |
| 2376 'browser/undo/bookmark_undo_service.cc', |
| 2377 'browser/undo/bookmark_undo_service.h', |
| 2378 'browser/undo/bookmark_undo_service_factory.cc', |
| 2379 'browser/undo/bookmark_undo_service_factory.h', |
| 2375 'browser/undo/undo_manager.cc', | 2380 'browser/undo/undo_manager.cc', |
| 2376 'browser/undo/undo_manager.h', | 2381 'browser/undo/undo_manager.h', |
| 2377 'browser/undo/undo_manager_utils.cc', | 2382 'browser/undo/undo_manager_utils.cc', |
| 2378 'browser/undo/undo_manager_utils.h', | 2383 'browser/undo/undo_manager_utils.h', |
| 2379 'browser/undo/undo_operation.h', | 2384 'browser/undo/undo_operation.h', |
| 2380 'browser/upgrade_detector.cc', | 2385 'browser/upgrade_detector.cc', |
| 2381 'browser/upgrade_detector.h', | 2386 'browser/upgrade_detector.h', |
| 2382 'browser/upgrade_detector_impl.cc', | 2387 'browser/upgrade_detector_impl.cc', |
| 2383 'browser/upgrade_detector_impl.h', | 2388 'browser/upgrade_detector_impl.h', |
| 2384 'browser/upload_list.cc', | 2389 'browser/upload_list.cc', |
| (...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3493 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3498 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3494 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3499 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3495 }, | 3500 }, |
| 3496 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3501 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3497 }, | 3502 }, |
| 3498 ], | 3503 ], |
| 3499 }, | 3504 }, |
| 3500 ], | 3505 ], |
| 3501 ], | 3506 ], |
| 3502 } | 3507 } |
| OLD | NEW |