| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 3258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3269 'browser/ui/gtk/infobars/confirm_infobar_gtk.cc', | 3269 'browser/ui/gtk/infobars/confirm_infobar_gtk.cc', |
| 3270 'browser/ui/gtk/infobars/confirm_infobar_gtk.h', | 3270 'browser/ui/gtk/infobars/confirm_infobar_gtk.h', |
| 3271 'browser/ui/gtk/infobars/extension_infobar_gtk.cc', | 3271 'browser/ui/gtk/infobars/extension_infobar_gtk.cc', |
| 3272 'browser/ui/gtk/infobars/extension_infobar_gtk.h', | 3272 'browser/ui/gtk/infobars/extension_infobar_gtk.h', |
| 3273 'browser/ui/gtk/infobars/infobar_container_gtk.cc', | 3273 'browser/ui/gtk/infobars/infobar_container_gtk.cc', |
| 3274 'browser/ui/gtk/infobars/infobar_container_gtk.h', | 3274 'browser/ui/gtk/infobars/infobar_container_gtk.h', |
| 3275 'browser/ui/gtk/infobars/infobar_gtk.cc', | 3275 'browser/ui/gtk/infobars/infobar_gtk.cc', |
| 3276 'browser/ui/gtk/infobars/infobar_gtk.h', | 3276 'browser/ui/gtk/infobars/infobar_gtk.h', |
| 3277 'browser/ui/gtk/infobars/link_infobar_gtk.cc', | 3277 'browser/ui/gtk/infobars/link_infobar_gtk.cc', |
| 3278 'browser/ui/gtk/infobars/link_infobar_gtk.h', | 3278 'browser/ui/gtk/infobars/link_infobar_gtk.h', |
| 3279 'browser/ui/gtk/infobars/media_stream_infobar_gtk.cc', |
| 3280 'browser/ui/gtk/infobars/media_stream_infobar_gtk.h', |
| 3279 'browser/ui/gtk/infobars/translate_infobar_base_gtk.cc', | 3281 'browser/ui/gtk/infobars/translate_infobar_base_gtk.cc', |
| 3280 'browser/ui/gtk/infobars/translate_infobar_base_gtk.h', | 3282 'browser/ui/gtk/infobars/translate_infobar_base_gtk.h', |
| 3281 'browser/ui/gtk/infobars/translate_message_infobar_gtk.cc', | 3283 'browser/ui/gtk/infobars/translate_message_infobar_gtk.cc', |
| 3282 'browser/ui/gtk/infobars/translate_message_infobar_gtk.h', | 3284 'browser/ui/gtk/infobars/translate_message_infobar_gtk.h', |
| 3283 'browser/ui/gtk/instant_confirm_dialog_gtk.cc', | 3285 'browser/ui/gtk/instant_confirm_dialog_gtk.cc', |
| 3284 'browser/ui/gtk/instant_confirm_dialog_gtk.h', | 3286 'browser/ui/gtk/instant_confirm_dialog_gtk.h', |
| 3285 'browser/ui/gtk/js_modal_dialog_gtk.cc', | 3287 'browser/ui/gtk/js_modal_dialog_gtk.cc', |
| 3286 'browser/ui/gtk/js_modal_dialog_gtk.h', | 3288 'browser/ui/gtk/js_modal_dialog_gtk.h', |
| 3287 'browser/ui/gtk/location_bar_view_gtk.cc', | 3289 'browser/ui/gtk/location_bar_view_gtk.cc', |
| 3288 'browser/ui/gtk/location_bar_view_gtk.h', | 3290 'browser/ui/gtk/location_bar_view_gtk.h', |
| (...skipping 2362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5651 'type': 'static_library', | 5653 'type': 'static_library', |
| 5652 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5654 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5653 'variables': { | 5655 'variables': { |
| 5654 'proto_in_dir': 'browser/history', | 5656 'proto_in_dir': 'browser/history', |
| 5655 'proto_out_dir': 'chrome/browser/history', | 5657 'proto_out_dir': 'chrome/browser/history', |
| 5656 }, | 5658 }, |
| 5657 'includes': [ '../build/protoc.gypi' ] | 5659 'includes': [ '../build/protoc.gypi' ] |
| 5658 }, | 5660 }, |
| 5659 ], | 5661 ], |
| 5660 } | 5662 } |
| OLD | NEW |