| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 # * code below browser/chromeos | 77 # * code below browser/chromeos |
| 78 # * code below browser/extensions | 78 # * code below browser/extensions |
| 79 'browser/about_flags.cc', | 79 'browser/about_flags.cc', |
| 80 'browser/about_flags.h', | 80 'browser/about_flags.h', |
| 81 'browser/accessibility/accessibility_extension_api_constants.cc', | 81 'browser/accessibility/accessibility_extension_api_constants.cc', |
| 82 'browser/accessibility/accessibility_extension_api_constants.h', | 82 'browser/accessibility/accessibility_extension_api_constants.h', |
| 83 'browser/accessibility/accessibility_events.cc', | 83 'browser/accessibility/accessibility_events.cc', |
| 84 'browser/accessibility/accessibility_events.h', | 84 'browser/accessibility/accessibility_events.h', |
| 85 'browser/accessibility/invert_bubble_prefs.cc', | 85 'browser/accessibility/invert_bubble_prefs.cc', |
| 86 'browser/accessibility/invert_bubble_prefs.h', | 86 'browser/accessibility/invert_bubble_prefs.h', |
| 87 'browser/adview/adview_constants.cc', |
| 88 'browser/adview/adview_constants.h', |
| 89 'browser/adview/adview_guest.cc', |
| 90 'browser/adview/adview_guest.h', |
| 87 'browser/android/chrome_jni_registrar.cc', | 91 'browser/android/chrome_jni_registrar.cc', |
| 88 'browser/android/chrome_jni_registrar.h', | 92 'browser/android/chrome_jni_registrar.h', |
| 89 'browser/android/chrome_startup_flags.cc', | 93 'browser/android/chrome_startup_flags.cc', |
| 90 'browser/android/chrome_startup_flags.h', | 94 'browser/android/chrome_startup_flags.h', |
| 91 'browser/android/chrome_web_contents_delegate_android.cc', | 95 'browser/android/chrome_web_contents_delegate_android.cc', |
| 92 'browser/android/chrome_web_contents_delegate_android.h', | 96 'browser/android/chrome_web_contents_delegate_android.h', |
| 93 'browser/android/content_view_util.cc', | 97 'browser/android/content_view_util.cc', |
| 94 'browser/android/content_view_util.h', | 98 'browser/android/content_view_util.h', |
| 95 'browser/android/crash_dump_manager.cc', | 99 'browser/android/crash_dump_manager.cc', |
| 96 'browser/android/crash_dump_manager.h', | 100 'browser/android/crash_dump_manager.h', |
| (...skipping 3248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3345 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3349 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3346 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3350 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3347 }, | 3351 }, |
| 3348 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3352 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3349 }, | 3353 }, |
| 3350 ], | 3354 ], |
| 3351 }, | 3355 }, |
| 3352 ], | 3356 ], |
| 3353 ], | 3357 ], |
| 3354 } | 3358 } |
| OLD | NEW |