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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 'browser/chromeos/frame/browser_frame_view_chromeos.h', | 469 'browser/chromeos/frame/browser_frame_view_chromeos.h', |
470 'browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.c
c', | 470 'browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.c
c', |
471 'browser/chromeos/frame/browser_view.cc', | 471 'browser/chromeos/frame/browser_view.cc', |
472 'browser/chromeos/frame/browser_view.h', | 472 'browser/chromeos/frame/browser_view.h', |
473 'browser/chromeos/frame/bubble_frame_view.cc', | 473 'browser/chromeos/frame/bubble_frame_view.cc', |
474 'browser/chromeos/frame/bubble_frame_view.h', | 474 'browser/chromeos/frame/bubble_frame_view.h', |
475 'browser/chromeos/frame/bubble_window.h', | 475 'browser/chromeos/frame/bubble_window.h', |
476 'browser/chromeos/frame/bubble_window_gtk.cc', | 476 'browser/chromeos/frame/bubble_window_gtk.cc', |
477 'browser/chromeos/frame/bubble_window_style.cc', | 477 'browser/chromeos/frame/bubble_window_style.cc', |
478 'browser/chromeos/frame/bubble_window_style.h', | 478 'browser/chromeos/frame/bubble_window_style.h', |
479 'browser/chromeos/frame/bubble_window_views.cc', | |
480 'browser/chromeos/frame/bubble_window_views.h', | |
481 'browser/chromeos/frame/layout_mode_button.cc', | 479 'browser/chromeos/frame/layout_mode_button.cc', |
482 'browser/chromeos/frame/layout_mode_button.h', | 480 'browser/chromeos/frame/layout_mode_button.h', |
483 'browser/chromeos/frame/panel_browser_view.cc', | 481 'browser/chromeos/frame/panel_browser_view.cc', |
484 'browser/chromeos/frame/panel_browser_view.h', | 482 'browser/chromeos/frame/panel_browser_view.h', |
485 'browser/chromeos/frame/panel_controller.cc', | 483 'browser/chromeos/frame/panel_controller.cc', |
486 'browser/chromeos/frame/panel_controller.h', | 484 'browser/chromeos/frame/panel_controller.h', |
487 'browser/chromeos/gview_request_interceptor.cc', | 485 'browser/chromeos/gview_request_interceptor.cc', |
488 'browser/chromeos/gview_request_interceptor.h', | 486 'browser/chromeos/gview_request_interceptor.h', |
489 'browser/chromeos/input_method/candidate_window.cc', | 487 'browser/chromeos/input_method/candidate_window.cc', |
490 'browser/chromeos/input_method/candidate_window.h', | 488 'browser/chromeos/input_method/candidate_window.h', |
(...skipping 4753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5244 'type': 'static_library', | 5242 'type': 'static_library', |
5245 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5243 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5246 'variables': { | 5244 'variables': { |
5247 'proto_in_dir': 'browser/history', | 5245 'proto_in_dir': 'browser/history', |
5248 'proto_out_dir': 'chrome/browser/history', | 5246 'proto_out_dir': 'chrome/browser/history', |
5249 }, | 5247 }, |
5250 'includes': [ '../build/protoc.gypi' ] | 5248 'includes': [ '../build/protoc.gypi' ] |
5251 }, | 5249 }, |
5252 ], | 5250 ], |
5253 } | 5251 } |
OLD | NEW |