Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: content/content_tests.gypi

Issue 23841002: Create a new RenderFrameHost per child frame when --site-per-process is enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: notify observers regardless of flag Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'browser/loader/resource_scheduler_unittest.cc', 368 'browser/loader/resource_scheduler_unittest.cc',
369 'browser/loader/upload_data_stream_builder_unittest.cc', 369 'browser/loader/upload_data_stream_builder_unittest.cc',
370 'browser/mach_broker_mac_unittest.cc', 370 'browser/mach_broker_mac_unittest.cc',
371 'browser/media/media_internals_unittest.cc', 371 'browser/media/media_internals_unittest.cc',
372 'browser/media/webrtc_identity_store_unittest.cc', 372 'browser/media/webrtc_identity_store_unittest.cc',
373 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 373 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
374 'browser/notification_service_impl_unittest.cc', 374 'browser/notification_service_impl_unittest.cc',
375 'browser/plugin_loader_posix_unittest.cc', 375 'browser/plugin_loader_posix_unittest.cc',
376 'browser/power_monitor_message_broadcaster_unittest.cc', 376 'browser/power_monitor_message_broadcaster_unittest.cc',
377 'browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc ', 377 'browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc ',
378 'browser/renderer_host/frame_tree_unittest.cc',
378 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 379 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
379 'browser/renderer_host/input/buffered_input_router_unittest.cc', 380 'browser/renderer_host/input/buffered_input_router_unittest.cc',
380 'browser/renderer_host/input/immediate_input_router_unittest.cc', 381 'browser/renderer_host/input/immediate_input_router_unittest.cc',
381 'browser/renderer_host/input/input_router_unittest.h', 382 'browser/renderer_host/input/input_router_unittest.h',
382 'browser/renderer_host/input/input_router_unittest.cc', 383 'browser/renderer_host/input/input_router_unittest.cc',
383 'browser/renderer_host/input/input_queue_unittest.cc', 384 'browser/renderer_host/input/input_queue_unittest.cc',
384 'browser/renderer_host/input/mock_input_ack_handler.cc', 385 'browser/renderer_host/input/mock_input_ack_handler.cc',
385 'browser/renderer_host/input/mock_input_ack_handler.h', 386 'browser/renderer_host/input/mock_input_ack_handler.h',
386 'browser/renderer_host/input/mock_input_router_client.cc', 387 'browser/renderer_host/input/mock_input_router_client.cc',
387 'browser/renderer_host/input/mock_input_router_client.h', 388 'browser/renderer_host/input/mock_input_router_client.h',
(...skipping 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after
1498 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1499 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1499 }, 1500 },
1500 ], 1501 ],
1501 }], 1502 }],
1502 ], 1503 ],
1503 }, 1504 },
1504 ], 1505 ],
1505 }], 1506 }],
1506 ], 1507 ],
1507 } 1508 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698