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 3292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5250 'type': 'static_library', | 5252 'type': 'static_library', |
5251 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5253 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5252 'variables': { | 5254 'variables': { |
5253 'proto_in_dir': 'browser/history', | 5255 'proto_in_dir': 'browser/history', |
5254 'proto_out_dir': 'chrome/browser/history', | 5256 'proto_out_dir': 'chrome/browser/history', |
5255 }, | 5257 }, |
5256 'includes': [ '../build/protoc.gypi' ] | 5258 'includes': [ '../build/protoc.gypi' ] |
5257 }, | 5259 }, |
5258 ], | 5260 ], |
5259 } | 5261 } |
OLD | NEW |