OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 'browser/accessibility/accessibility_extension_api_constants.cc', | 103 'browser/accessibility/accessibility_extension_api_constants.cc', |
104 'browser/accessibility/accessibility_extension_api_constants.h', | 104 'browser/accessibility/accessibility_extension_api_constants.h', |
105 'browser/accessibility/accessibility_events.cc', | 105 'browser/accessibility/accessibility_events.cc', |
106 'browser/accessibility/accessibility_events.h', | 106 'browser/accessibility/accessibility_events.h', |
107 'browser/accessibility/invert_bubble_prefs.cc', | 107 'browser/accessibility/invert_bubble_prefs.cc', |
108 'browser/accessibility/invert_bubble_prefs.h', | 108 'browser/accessibility/invert_bubble_prefs.h', |
109 'browser/alternate_nav_url_fetcher.cc', | 109 'browser/alternate_nav_url_fetcher.cc', |
110 'browser/alternate_nav_url_fetcher.h', | 110 'browser/alternate_nav_url_fetcher.h', |
111 'browser/android/chrome_startup_flags.cc', | 111 'browser/android/chrome_startup_flags.cc', |
112 'browser/android/chrome_startup_flags.h', | 112 'browser/android/chrome_startup_flags.h', |
| 113 'browser/android/devtools_server.cc', |
| 114 'browser/android/devtools_server.h', |
113 'browser/android/intent_helper.cc', | 115 'browser/android/intent_helper.cc', |
114 'browser/android/intent_helper.h', | 116 'browser/android/intent_helper.h', |
115 'browser/android/process_utils.cc', | 117 'browser/android/process_utils.cc', |
116 'browser/android/process_utils.h', | 118 'browser/android/process_utils.h', |
117 'browser/android/tab_android.cc', | 119 'browser/android/tab_android.cc', |
118 'browser/android/tab_android.h', | 120 'browser/android/tab_android.h', |
119 'browser/app_controller_mac.h', | 121 'browser/app_controller_mac.h', |
120 'browser/app_controller_mac.mm', | 122 'browser/app_controller_mac.mm', |
121 'browser/app_icon_win.cc', | 123 'browser/app_icon_win.cc', |
122 'browser/app_icon_win.h', | 124 'browser/app_icon_win.h', |
(...skipping 5372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5495 'variables': { | 5497 'variables': { |
5496 'jni_gen_dir': 'chrome', | 5498 'jni_gen_dir': 'chrome', |
5497 }, | 5499 }, |
5498 'includes': [ '../build/jni_generator.gypi' ], | 5500 'includes': [ '../build/jni_generator.gypi' ], |
5499 }, | 5501 }, |
5500 ], | 5502 ], |
5501 }, | 5503 }, |
5502 ], | 5504 ], |
5503 ], | 5505 ], |
5504 } | 5506 } |
OLD | NEW |