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 3311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3322 'browser/ui/gtk/unity_service.cc', | 3322 'browser/ui/gtk/unity_service.cc', |
3323 'browser/ui/gtk/unity_service.h', | 3323 'browser/ui/gtk/unity_service.h', |
3324 'browser/ui/gtk/update_recommended_dialog.cc', | 3324 'browser/ui/gtk/update_recommended_dialog.cc', |
3325 'browser/ui/gtk/update_recommended_dialog.h', | 3325 'browser/ui/gtk/update_recommended_dialog.h', |
3326 'browser/ui/gtk/view_id_util.cc', | 3326 'browser/ui/gtk/view_id_util.cc', |
3327 'browser/ui/gtk/view_id_util.h', | 3327 'browser/ui/gtk/view_id_util.h', |
3328 'browser/ui/gtk/web_dialog_gtk.cc', | 3328 'browser/ui/gtk/web_dialog_gtk.cc', |
3329 'browser/ui/gtk/web_dialog_gtk.h', | 3329 'browser/ui/gtk/web_dialog_gtk.h', |
3330 'browser/ui/gtk/web_intent_picker_gtk.cc', | 3330 'browser/ui/gtk/web_intent_picker_gtk.cc', |
3331 'browser/ui/gtk/web_intent_picker_gtk.h', | 3331 'browser/ui/gtk/web_intent_picker_gtk.h', |
3332 'browser/ui/gtk/website_settings_popup_gtk.cc', | 3332 'browser/ui/gtk/website_settings/permission_selector.cc', |
3333 'browser/ui/gtk/website_settings_popup_gtk.h', | 3333 'browser/ui/gtk/website_settings/permission_selector.h', |
| 3334 'browser/ui/gtk/website_settings/permission_selector_observer.h', |
| 3335 'browser/ui/gtk/website_settings/website_settings_popup_gtk.cc', |
| 3336 'browser/ui/gtk/website_settings/website_settings_popup_gtk.h', |
3334 'browser/ui/gtk/zoom_bubble_gtk.cc', | 3337 'browser/ui/gtk/zoom_bubble_gtk.cc', |
3335 'browser/ui/gtk/zoom_bubble_gtk.h', | 3338 'browser/ui/gtk/zoom_bubble_gtk.h', |
3336 'browser/ui/hung_plugin_tab_helper.cc', | 3339 'browser/ui/hung_plugin_tab_helper.cc', |
3337 'browser/ui/hung_plugin_tab_helper.h', | 3340 'browser/ui/hung_plugin_tab_helper.h', |
3338 'browser/ui/intents/web_intent_inline_disposition_delegate.cc', | 3341 'browser/ui/intents/web_intent_inline_disposition_delegate.cc', |
3339 'browser/ui/intents/web_intent_inline_disposition_delegate.h', | 3342 'browser/ui/intents/web_intent_inline_disposition_delegate.h', |
3340 'browser/ui/intents/web_intent_picker.cc', | 3343 'browser/ui/intents/web_intent_picker.cc', |
3341 'browser/ui/intents/web_intent_picker.h', | 3344 'browser/ui/intents/web_intent_picker.h', |
3342 'browser/ui/intents/web_intent_picker_controller.cc', | 3345 'browser/ui/intents/web_intent_picker_controller.cc', |
3343 'browser/ui/intents/web_intent_picker_controller.h', | 3346 'browser/ui/intents/web_intent_picker_controller.h', |
(...skipping 2249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5593 'includes': [ '../build/jni_generator.gypi' ], | 5596 'includes': [ '../build/jni_generator.gypi' ], |
5594 'dependencies': [ | 5597 'dependencies': [ |
5595 'android_jar_jni_headers', | 5598 'android_jar_jni_headers', |
5596 ], | 5599 ], |
5597 }, | 5600 }, |
5598 ], | 5601 ], |
5599 }, | 5602 }, |
5600 ], | 5603 ], |
5601 ], | 5604 ], |
5602 } | 5605 } |
OLD | NEW |