Chromium Code Reviews| 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 3349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3360 'browser/ui/views/aura/screenshot_taker.h', | 3360 'browser/ui/views/aura/screenshot_taker.h', |
| 3361 'browser/ui/views/aura/status_area_host_aura.cc', | 3361 'browser/ui/views/aura/status_area_host_aura.cc', |
| 3362 'browser/ui/views/aura/status_area_host_aura.h', | 3362 'browser/ui/views/aura/status_area_host_aura.h', |
| 3363 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc', | 3363 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc', |
| 3364 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.h', | 3364 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.h', |
| 3365 'browser/ui/views/autocomplete/autocomplete_result_view.cc', | 3365 'browser/ui/views/autocomplete/autocomplete_result_view.cc', |
| 3366 'browser/ui/views/autocomplete/autocomplete_result_view.h', | 3366 'browser/ui/views/autocomplete/autocomplete_result_view.h', |
| 3367 'browser/ui/views/autocomplete/autocomplete_result_view_model.h', | 3367 'browser/ui/views/autocomplete/autocomplete_result_view_model.h', |
| 3368 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc ', | 3368 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc ', |
| 3369 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h' , | 3369 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h' , |
| 3370 'browser/ui/views/autofill/autofill_popup_contents_view.cc', | |
| 3371 'browser/ui/views/autofill/autofill_popup_contents_view.h', | |
|
Ilya Sherman
2012/01/11 23:36:29
Hmm, I don't see these files among the ones upload
csharp
2012/01/12 19:39:11
Oops, removed.
| |
| 3370 'browser/ui/views/avatar_menu_bubble_view.cc', | 3372 'browser/ui/views/avatar_menu_bubble_view.cc', |
| 3371 'browser/ui/views/avatar_menu_bubble_view.h', | 3373 'browser/ui/views/avatar_menu_bubble_view.h', |
| 3372 'browser/ui/views/avatar_menu_button.cc', | 3374 'browser/ui/views/avatar_menu_button.cc', |
| 3373 'browser/ui/views/avatar_menu_button.h', | 3375 'browser/ui/views/avatar_menu_button.h', |
| 3374 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc', | 3376 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc', |
| 3375 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h', | 3377 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h', |
| 3376 'browser/ui/views/bookmarks/bookmark_bar_view.cc', | 3378 'browser/ui/views/bookmarks/bookmark_bar_view.cc', |
| 3377 'browser/ui/views/bookmarks/bookmark_bar_view.h', | 3379 'browser/ui/views/bookmarks/bookmark_bar_view.h', |
| 3378 'browser/ui/views/bookmarks/bookmark_bubble_view.cc', | 3380 'browser/ui/views/bookmarks/bookmark_bubble_view.cc', |
| 3379 'browser/ui/views/bookmarks/bookmark_bubble_view.h', | 3381 'browser/ui/views/bookmarks/bookmark_bubble_view.h', |
| (...skipping 2049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5429 'type': 'static_library', | 5431 'type': 'static_library', |
| 5430 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5432 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5431 'variables': { | 5433 'variables': { |
| 5432 'proto_in_dir': 'browser/history', | 5434 'proto_in_dir': 'browser/history', |
| 5433 'proto_out_dir': 'chrome/browser/history', | 5435 'proto_out_dir': 'chrome/browser/history', |
| 5434 }, | 5436 }, |
| 5435 'includes': [ '../build/protoc.gypi' ] | 5437 'includes': [ '../build/protoc.gypi' ] |
| 5436 }, | 5438 }, |
| 5437 ], | 5439 ], |
| 5438 } | 5440 } |
| OLD | NEW |