| 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 1927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1938 'browser/printing/print_dialog_cloud.h', | 1938 'browser/printing/print_dialog_cloud.h', |
| 1939 'browser/printing/print_dialog_gtk.cc', | 1939 'browser/printing/print_dialog_gtk.cc', |
| 1940 'browser/printing/print_dialog_gtk.h', | 1940 'browser/printing/print_dialog_gtk.h', |
| 1941 'browser/printing/print_job.cc', | 1941 'browser/printing/print_job.cc', |
| 1942 'browser/printing/print_job.h', | 1942 'browser/printing/print_job.h', |
| 1943 'browser/printing/print_job_manager.cc', | 1943 'browser/printing/print_job_manager.cc', |
| 1944 'browser/printing/print_job_manager.h', | 1944 'browser/printing/print_job_manager.h', |
| 1945 'browser/printing/print_job_worker.cc', | 1945 'browser/printing/print_job_worker.cc', |
| 1946 'browser/printing/print_job_worker.h', | 1946 'browser/printing/print_job_worker.h', |
| 1947 'browser/printing/print_job_worker_owner.h', | 1947 'browser/printing/print_job_worker_owner.h', |
| 1948 'browser/printing/print_preview_context_menu_observer.cc', |
| 1949 'browser/printing/print_preview_context_menu_observer.h', |
| 1948 'browser/printing/print_preview_data_service.cc', | 1950 'browser/printing/print_preview_data_service.cc', |
| 1949 'browser/printing/print_preview_data_service.h', | 1951 'browser/printing/print_preview_data_service.h', |
| 1950 'browser/printing/print_preview_message_handler.cc', | 1952 'browser/printing/print_preview_message_handler.cc', |
| 1951 'browser/printing/print_preview_message_handler.h', | 1953 'browser/printing/print_preview_message_handler.h', |
| 1952 'browser/printing/print_preview_tab_controller.cc', | 1954 'browser/printing/print_preview_tab_controller.cc', |
| 1953 'browser/printing/print_preview_tab_controller.h', | 1955 'browser/printing/print_preview_tab_controller.h', |
| 1954 'browser/printing/print_system_task_proxy.cc', | 1956 'browser/printing/print_system_task_proxy.cc', |
| 1955 'browser/printing/print_system_task_proxy.h', | 1957 'browser/printing/print_system_task_proxy.h', |
| 1956 'browser/printing/print_view_manager.cc', | 1958 'browser/printing/print_view_manager.cc', |
| 1957 'browser/printing/print_view_manager.h', | 1959 'browser/printing/print_view_manager.h', |
| (...skipping 3304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5262 'type': 'static_library', | 5264 'type': 'static_library', |
| 5263 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5265 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5264 'variables': { | 5266 'variables': { |
| 5265 'proto_in_dir': 'browser/history', | 5267 'proto_in_dir': 'browser/history', |
| 5266 'proto_out_dir': 'chrome/browser/history', | 5268 'proto_out_dir': 'chrome/browser/history', |
| 5267 }, | 5269 }, |
| 5268 'includes': [ '../build/protoc.gypi' ] | 5270 'includes': [ '../build/protoc.gypi' ] |
| 5269 }, | 5271 }, |
| 5270 ], | 5272 ], |
| 5271 } | 5273 } |
| OLD | NEW |