| 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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 'browser/chromeos/external_metrics.h', | 462 'browser/chromeos/external_metrics.h', |
| 463 'browser/chromeos/external_protocol_dialog.cc', | 463 'browser/chromeos/external_protocol_dialog.cc', |
| 464 'browser/chromeos/external_protocol_dialog.h', | 464 'browser/chromeos/external_protocol_dialog.h', |
| 465 'browser/chromeos/frame/browser_frame_view_chromeos.cc', | 465 'browser/chromeos/frame/browser_frame_view_chromeos.cc', |
| 466 'browser/chromeos/frame/browser_frame_view_chromeos.h', | 466 'browser/chromeos/frame/browser_frame_view_chromeos.h', |
| 467 'browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.c
c', | 467 'browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.c
c', |
| 468 'browser/chromeos/frame/browser_view.cc', | 468 'browser/chromeos/frame/browser_view.cc', |
| 469 'browser/chromeos/frame/browser_view.h', | 469 'browser/chromeos/frame/browser_view.h', |
| 470 'browser/chromeos/frame/bubble_frame_view.cc', | 470 'browser/chromeos/frame/bubble_frame_view.cc', |
| 471 'browser/chromeos/frame/bubble_frame_view.h', | 471 'browser/chromeos/frame/bubble_frame_view.h', |
| 472 'browser/chromeos/frame/bubble_window.cc', | |
| 473 'browser/chromeos/frame/bubble_window.h', | 472 'browser/chromeos/frame/bubble_window.h', |
| 473 'browser/chromeos/frame/bubble_window_gtk.cc', |
| 474 'browser/chromeos/frame/bubble_window_style.cc', | 474 'browser/chromeos/frame/bubble_window_style.cc', |
| 475 'browser/chromeos/frame/bubble_window_style.h', | 475 'browser/chromeos/frame/bubble_window_style.h', |
| 476 'browser/chromeos/frame/bubble_window_views.cc', | 476 'browser/chromeos/frame/bubble_window_views.cc', |
| 477 'browser/chromeos/frame/bubble_window_views.h', | 477 'browser/chromeos/frame/bubble_window_views.h', |
| 478 'browser/chromeos/frame/layout_mode_button.cc', | 478 'browser/chromeos/frame/layout_mode_button.cc', |
| 479 'browser/chromeos/frame/layout_mode_button.h', | 479 'browser/chromeos/frame/layout_mode_button.h', |
| 480 'browser/chromeos/frame/panel_browser_view.cc', | 480 'browser/chromeos/frame/panel_browser_view.cc', |
| 481 'browser/chromeos/frame/panel_browser_view.h', | 481 'browser/chromeos/frame/panel_browser_view.h', |
| 482 'browser/chromeos/frame/panel_controller.cc', | 482 'browser/chromeos/frame/panel_controller.cc', |
| 483 'browser/chromeos/frame/panel_controller.h', | 483 'browser/chromeos/frame/panel_controller.h', |
| (...skipping 4757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5241 'type': 'static_library', | 5241 'type': 'static_library', |
| 5242 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5242 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5243 'variables': { | 5243 'variables': { |
| 5244 'proto_in_dir': 'browser/history', | 5244 'proto_in_dir': 'browser/history', |
| 5245 'proto_out_dir': 'chrome/browser/history', | 5245 'proto_out_dir': 'chrome/browser/history', |
| 5246 }, | 5246 }, |
| 5247 'includes': [ '../build/protoc.gypi' ] | 5247 'includes': [ '../build/protoc.gypi' ] |
| 5248 }, | 5248 }, |
| 5249 ], | 5249 ], |
| 5250 } | 5250 } |
| OLD | NEW |