| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 'browser/chromeos/extensions/media_player_event_router.h', | 474 'browser/chromeos/extensions/media_player_event_router.h', |
| 475 'browser/chromeos/external_metrics.cc', | 475 'browser/chromeos/external_metrics.cc', |
| 476 'browser/chromeos/external_metrics.h', | 476 'browser/chromeos/external_metrics.h', |
| 477 'browser/chromeos/external_protocol_dialog.cc', | 477 'browser/chromeos/external_protocol_dialog.cc', |
| 478 'browser/chromeos/external_protocol_dialog.h', | 478 'browser/chromeos/external_protocol_dialog.h', |
| 479 'browser/chromeos/frame/browser_frame_view_chromeos.cc', | 479 'browser/chromeos/frame/browser_frame_view_chromeos.cc', |
| 480 'browser/chromeos/frame/browser_frame_view_chromeos.h', | 480 'browser/chromeos/frame/browser_frame_view_chromeos.h', |
| 481 'browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.c
c', | 481 'browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.c
c', |
| 482 'browser/chromeos/frame/browser_view.cc', | 482 'browser/chromeos/frame/browser_view.cc', |
| 483 'browser/chromeos/frame/browser_view.h', | 483 'browser/chromeos/frame/browser_view.h', |
| 484 'browser/chromeos/frame/bubble_frame_view.cc', | |
| 485 'browser/chromeos/frame/bubble_frame_view.h', | |
| 486 'browser/chromeos/frame/bubble_window.h', | |
| 487 'browser/chromeos/frame/bubble_window_gtk.cc', | |
| 488 'browser/chromeos/frame/bubble_window_style.cc', | |
| 489 'browser/chromeos/frame/bubble_window_style.h', | |
| 490 'browser/chromeos/frame/layout_mode_button.cc', | 484 'browser/chromeos/frame/layout_mode_button.cc', |
| 491 'browser/chromeos/frame/layout_mode_button.h', | 485 'browser/chromeos/frame/layout_mode_button.h', |
| 492 'browser/chromeos/frame/panel_browser_view.cc', | 486 'browser/chromeos/frame/panel_browser_view.cc', |
| 493 'browser/chromeos/frame/panel_browser_view.h', | 487 'browser/chromeos/frame/panel_browser_view.h', |
| 494 'browser/chromeos/frame/panel_controller.cc', | 488 'browser/chromeos/frame/panel_controller.cc', |
| 495 'browser/chromeos/frame/panel_controller.h', | 489 'browser/chromeos/frame/panel_controller.h', |
| 496 'browser/chromeos/gview_request_interceptor.cc', | 490 'browser/chromeos/gview_request_interceptor.cc', |
| 497 'browser/chromeos/gview_request_interceptor.h', | 491 'browser/chromeos/gview_request_interceptor.h', |
| 498 'browser/chromeos/input_method/candidate_window.cc', | 492 'browser/chromeos/input_method/candidate_window.cc', |
| 499 'browser/chromeos/input_method/candidate_window.h', | 493 'browser/chromeos/input_method/candidate_window.h', |
| (...skipping 4735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5235 'type': 'static_library', | 5229 'type': 'static_library', |
| 5236 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5230 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5237 'variables': { | 5231 'variables': { |
| 5238 'proto_in_dir': 'browser/history', | 5232 'proto_in_dir': 'browser/history', |
| 5239 'proto_out_dir': 'chrome/browser/history', | 5233 'proto_out_dir': 'chrome/browser/history', |
| 5240 }, | 5234 }, |
| 5241 'includes': [ '../build/protoc.gypi' ] | 5235 'includes': [ '../build/protoc.gypi' ] |
| 5242 }, | 5236 }, |
| 5243 ], | 5237 ], |
| 5244 } | 5238 } |
| OLD | NEW |