Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 76 'dependencies': [ | 76 'dependencies': [ |
| 77 'resources', | 77 'resources', |
| 78 '../base/base.gyp:base', | 78 '../base/base.gyp:base', |
| 79 '../base/base.gyp:base_gfx', | 79 '../base/base.gyp:base_gfx', |
| 80 '../build/temp_gyp/googleurl.gyp:googleurl', | 80 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 81 '../net/net.gyp:net', | 81 '../net/net.gyp:net', |
| 82 '../skia/skia.gyp:skia', | 82 '../skia/skia.gyp:skia', |
| 83 '../third_party/icu38/icu38.gyp:icui18n', | 83 '../third_party/icu38/icu38.gyp:icui18n', |
| 84 '../third_party/icu38/icu38.gyp:icuuc', | 84 '../third_party/icu38/icu38.gyp:icuuc', |
| 85 '../third_party/libxml/libxml.gyp:libxml', | 85 '../third_party/libxml/libxml.gyp:libxml', |
| 86 '../third_party/zlib/zlib.gyp:zlib', # Used directly by unzip below. | |
|
Mark Mentovai
2009/03/06 17:36:10
Comment wasn't actually necessary (although it doe
bradn
2009/03/06 23:02:11
Ok I'll drop it since it is more clutter.
| |
| 86 '../third_party/npapi/npapi.gyp:npapi', | 87 '../third_party/npapi/npapi.gyp:npapi', |
| 87 '../webkit/webkit.gyp:glue', | 88 '../webkit/webkit.gyp:glue', |
| 88 ], | 89 ], |
| 89 'include_dirs': [ | 90 'include_dirs': [ |
| 90 '..', | 91 '..', |
| 91 ], | 92 ], |
| 92 'sources': [ | 93 'sources': [ |
| 93 # All .cc, .h, and .mm files under chrome/common except for tests. | 94 # All .cc, .h, and .mm files under chrome/common except for tests. |
| 94 'common/extensions/url_pattern.cc', | 95 'common/extensions/url_pattern.cc', |
| 95 'common/extensions/url_pattern.h', | 96 'common/extensions/url_pattern.h', |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 263 'common/throb_animation.cc', | 264 'common/throb_animation.cc', |
| 264 'common/throb_animation.h', | 265 'common/throb_animation.h', |
| 265 'common/thumbnail_score.cc', | 266 'common/thumbnail_score.cc', |
| 266 'common/thumbnail_score.h', | 267 'common/thumbnail_score.h', |
| 267 'common/time_format.cc', | 268 'common/time_format.cc', |
| 268 'common/time_format.h', | 269 'common/time_format.h', |
| 269 'common/transport_dib.h', | 270 'common/transport_dib.h', |
| 270 'common/transport_dib_linux.cc', | 271 'common/transport_dib_linux.cc', |
| 271 'common/transport_dib_mac.cc', | 272 'common/transport_dib_mac.cc', |
| 272 'common/transport_dib_win.cc', | 273 'common/transport_dib_win.cc', |
| 273 'common/unzip.cc', | 274 'common/unzip.cc', # Requires zlib directly. |
| 274 'common/unzip.h', | 275 'common/unzip.h', |
| 275 'common/url_constants.cc', | 276 'common/url_constants.cc', |
| 276 'common/url_constants.h', | 277 'common/url_constants.h', |
| 277 'common/visitedlink_common.cc', | 278 'common/visitedlink_common.cc', |
| 278 'common/visitedlink_common.h', | 279 'common/visitedlink_common.h', |
| 279 'common/win_safe_util.cc', | 280 'common/win_safe_util.cc', |
| 280 'common/win_safe_util.h', | 281 'common/win_safe_util.h', |
| 281 'common/win_util.cc', | 282 'common/win_util.cc', |
| 282 'common/win_util.h', | 283 'common/win_util.h', |
| 283 'common/worker_thread_ticker.cc', | 284 'common/worker_thread_ticker.cc', |
| 284 'common/worker_thread_ticker.h', | 285 'common/worker_thread_ticker.h', |
| 285 'common/x11_util.cc', | 286 'common/x11_util.cc', |
| 286 'common/x11_util.h', | 287 'common/x11_util.h', |
| 287 'common/x11_util_internal.h', | 288 'common/x11_util_internal.h', |
| 288 ], | 289 ], |
| 289 'direct_dependent_settings': { | 290 'direct_dependent_settings': { |
| 290 'include_dirs': [ | 291 'include_dirs': [ |
| 291 '..', | 292 '..', |
| 292 ], | 293 ], |
| 293 }, | 294 }, |
| 294 'conditions': [ | 295 'conditions': [ |
| 296 ['OS=="win"', { | |
| 297 'include_dirs': [ | |
| 298 'third_party/wtl/include', | |
| 299 ], | |
| 300 'sources!': [ | |
| 301 'common/temp_scaffolding_stubs.cc', | |
| 302 'common/temp_scaffolding_stubs.h', | |
| 303 ], | |
| 304 },], | |
| 295 ['OS!="win"', { | 305 ['OS!="win"', { |
| 296 'sources!': [ | 306 'sources!': [ |
| 297 'common/gfx/emf.cc', | 307 'common/gfx/emf.cc', |
| 298 'common/gfx/icon_util.cc', | 308 'common/gfx/icon_util.cc', |
| 299 'common/chrome_process_filter.cc', | 309 'common/chrome_process_filter.cc', |
| 300 'common/classfactory.cc', | 310 'common/classfactory.cc', |
| 301 'common/drag_drop_types.cc', | 311 'common/drag_drop_types.cc', |
| 302 'common/os_exchange_data.cc', | 312 'common/os_exchange_data.cc', |
| 303 'common/process_watcher.cc', | 313 'common/process_watcher.cc', |
| 304 ], | 314 ], |
| 305 }], | 315 }], |
| 306 ], | 316 ], |
| 307 }, | 317 }, |
| 308 { | 318 { |
| 309 'target_name': 'browser', | 319 'target_name': 'browser', |
| 310 'type': 'static_library', | 320 'type': 'static_library', |
| 311 'dependencies': [ | 321 'dependencies': [ |
| 312 'common', | 322 'common', |
| 313 'resources', | 323 'resources', |
| 314 '../media/media.gyp:media', | 324 '../media/media.gyp:media', |
| 315 '../skia/skia.gyp:skia', | 325 '../skia/skia.gyp:skia', |
| 316 '../third_party/icu38/icu38.gyp:icui18n', | 326 '../third_party/icu38/icu38.gyp:icui18n', |
| 317 '../third_party/icu38/icu38.gyp:icuuc', | 327 '../third_party/icu38/icu38.gyp:icuuc', |
| 318 '../third_party/libxml/libxml.gyp:libxml', | 328 '../third_party/libxml/libxml.gyp:libxml', |
| 319 '../third_party/npapi/npapi.gyp:npapi', | 329 '../third_party/npapi/npapi.gyp:npapi', |
| 320 'third_party/hunspell/hunspell.gyp:hunspell', | 330 'third_party/hunspell/hunspell.gyp:hunspell', |
| 321 ], | 331 ], |
| 322 'include_dirs': [ | 332 'include_dirs': [ |
| 323 '..', | 333 '..', |
| 334 # TODO(bradnelson): this should really be from a dependency on | |
| 335 # webkit_resources. | |
| 336 '<(SHARED_INTERMEDIATE_DIR)/webkit', | |
| 337 '<(INTERMEDIATE_DIR)', | |
| 324 ], | 338 ], |
| 325 'sources': [ | 339 'sources': [ |
| 326 # All .cc, .h, .m, and .mm files under browser except for tests and | 340 # All .cc, .h, .m, and .mm files under browser except for tests and |
| 327 # mocks. | 341 # mocks. |
| 342 'browser/alternate_nav_url_fetcher.cc', | |
| 343 'browser/alternate_nav_url_fetcher.h', | |
| 344 'browser/app_controller_mac.h', | |
| 345 'browser/app_controller_mac.mm', | |
| 346 'browser/app_modal_dialog_queue.cc', | |
| 347 'browser/app_modal_dialog_queue.h', | |
| 328 'browser/autocomplete/autocomplete.cc', | 348 'browser/autocomplete/autocomplete.cc', |
| 329 'browser/autocomplete/autocomplete.h', | 349 'browser/autocomplete/autocomplete.h', |
| 330 'browser/autocomplete/autocomplete_accessibility.cc', | 350 'browser/autocomplete/autocomplete_accessibility.cc', |
| 331 'browser/autocomplete/autocomplete_accessibility.h', | 351 'browser/autocomplete/autocomplete_accessibility.h', |
| 332 'browser/autocomplete/autocomplete_edit.cc', | 352 'browser/autocomplete/autocomplete_edit.cc', |
| 333 'browser/autocomplete/autocomplete_edit.h', | 353 'browser/autocomplete/autocomplete_edit.h', |
| 334 'browser/autocomplete/autocomplete_popup_model.cc', | 354 'browser/autocomplete/autocomplete_popup_model.cc', |
| 335 'browser/autocomplete/autocomplete_popup_model.h', | 355 'browser/autocomplete/autocomplete_popup_model.h', |
| 336 'browser/autocomplete/autocomplete_popup_view.h', | 356 'browser/autocomplete/autocomplete_popup_view.h', |
| 337 'browser/autocomplete/autocomplete_popup_view_win.cc', | 357 'browser/autocomplete/autocomplete_popup_view_win.cc', |
| 338 'browser/autocomplete/autocomplete_popup_view_win.h', | 358 'browser/autocomplete/autocomplete_popup_view_win.h', |
| 339 'browser/autocomplete/edit_drop_target.cc', | 359 'browser/autocomplete/edit_drop_target.cc', |
| 340 'browser/autocomplete/edit_drop_target.h', | 360 'browser/autocomplete/edit_drop_target.h', |
| 341 'browser/autocomplete/history_contents_provider.cc', | 361 'browser/autocomplete/history_contents_provider.cc', |
| 342 'browser/autocomplete/history_contents_provider.h', | 362 'browser/autocomplete/history_contents_provider.h', |
| 343 'browser/autocomplete/history_url_provider.cc', | 363 'browser/autocomplete/history_url_provider.cc', |
| 344 'browser/autocomplete/history_url_provider.h', | 364 'browser/autocomplete/history_url_provider.h', |
| 345 'browser/autocomplete/keyword_provider.cc', | 365 'browser/autocomplete/keyword_provider.cc', |
| 346 'browser/autocomplete/keyword_provider.h', | 366 'browser/autocomplete/keyword_provider.h', |
| 347 'browser/autocomplete/search_provider.cc', | 367 'browser/autocomplete/search_provider.cc', |
| 348 'browser/autocomplete/search_provider.h', | 368 'browser/autocomplete/search_provider.h', |
| 369 'browser/autofill_manager.cc', | |
| 370 'browser/autofill_manager.h', | |
| 349 'browser/automation/automation_autocomplete_edit_tracker.h', | 371 'browser/automation/automation_autocomplete_edit_tracker.h', |
| 350 'browser/automation/automation_browser_tracker.h', | 372 'browser/automation/automation_browser_tracker.h', |
| 351 'browser/automation/automation_constrained_window_tracker.h', | 373 'browser/automation/automation_constrained_window_tracker.h', |
| 352 'browser/automation/automation_provider.cc', | 374 'browser/automation/automation_provider.cc', |
| 353 'browser/automation/automation_provider.h', | 375 'browser/automation/automation_provider.h', |
| 354 'browser/automation/automation_provider_list.cc', | 376 'browser/automation/automation_provider_list.cc', |
| 355 'browser/automation/automation_provider_list.h', | 377 'browser/automation/automation_provider_list.h', |
| 356 'browser/automation/automation_resource_tracker.cc', | 378 'browser/automation/automation_resource_tracker.cc', |
| 357 'browser/automation/automation_resource_tracker.h', | 379 'browser/automation/automation_resource_tracker.h', |
| 358 'browser/automation/automation_tab_tracker.h', | 380 'browser/automation/automation_tab_tracker.h', |
| 359 'browser/automation/automation_window_tracker.h', | 381 'browser/automation/automation_window_tracker.h', |
| 360 'browser/automation/ui_controls.cc', | 382 'browser/automation/ui_controls.cc', |
| 361 'browser/automation/ui_controls.h', | 383 'browser/automation/ui_controls.h', |
| 362 'browser/automation/url_request_failed_dns_job.cc', | 384 'browser/automation/url_request_failed_dns_job.cc', |
| 363 'browser/automation/url_request_failed_dns_job.h', | 385 'browser/automation/url_request_failed_dns_job.h', |
| 386 'browser/automation/url_request_mock_http_job.cc', | |
| 387 'browser/automation/url_request_mock_http_job.h', | |
| 364 'browser/automation/url_request_slow_download_job.cc', | 388 'browser/automation/url_request_slow_download_job.cc', |
| 365 'browser/automation/url_request_slow_download_job.h', | 389 'browser/automation/url_request_slow_download_job.h', |
| 366 'browser/automation/url_request_mock_http_job.cc', | 390 'browser/back_forward_menu_model.cc', |
| 367 'browser/automation/url_request_mock_http_job.h', | 391 'browser/back_forward_menu_model.h', |
| 392 'browser/back_forward_menu_model_win.cc', | |
| 393 'browser/back_forward_menu_model_win.h', | |
| 368 'browser/bookmarks/bookmark_codec.cc', | 394 'browser/bookmarks/bookmark_codec.cc', |
| 369 'browser/bookmarks/bookmark_codec.h', | 395 'browser/bookmarks/bookmark_codec.h', |
| 370 'browser/bookmarks/bookmark_context_menu.cc', | 396 'browser/bookmarks/bookmark_context_menu.cc', |
| 371 'browser/bookmarks/bookmark_context_menu.h', | 397 'browser/bookmarks/bookmark_context_menu.h', |
| 372 'browser/bookmarks/bookmark_drag_data.cc', | 398 'browser/bookmarks/bookmark_drag_data.cc', |
| 373 'browser/bookmarks/bookmark_drag_data.h', | 399 'browser/bookmarks/bookmark_drag_data.h', |
| 374 'browser/bookmarks/bookmark_drop_info.cc', | 400 'browser/bookmarks/bookmark_drop_info.cc', |
| 375 'browser/bookmarks/bookmark_drop_info.h', | 401 'browser/bookmarks/bookmark_drop_info.h', |
| 376 'browser/bookmarks/bookmark_folder_tree_model.cc', | 402 'browser/bookmarks/bookmark_folder_tree_model.cc', |
| 377 'browser/bookmarks/bookmark_folder_tree_model.h', | 403 'browser/bookmarks/bookmark_folder_tree_model.h', |
| 378 'browser/bookmarks/bookmark_html_writer.cc', | 404 'browser/bookmarks/bookmark_html_writer.cc', |
| 379 'browser/bookmarks/bookmark_html_writer.h', | 405 'browser/bookmarks/bookmark_html_writer.h', |
| 380 'browser/bookmarks/bookmark_model.cc', | 406 'browser/bookmarks/bookmark_model.cc', |
| 381 'browser/bookmarks/bookmark_model.h', | 407 'browser/bookmarks/bookmark_model.h', |
| 382 'browser/bookmarks/bookmark_service.h', | 408 'browser/bookmarks/bookmark_service.h', |
| 383 'browser/bookmarks/bookmark_storage.cc', | 409 'browser/bookmarks/bookmark_storage.cc', |
| 384 'browser/bookmarks/bookmark_storage.h', | 410 'browser/bookmarks/bookmark_storage.h', |
| 385 'browser/bookmarks/bookmark_table_model.cc', | 411 'browser/bookmarks/bookmark_table_model.cc', |
| 386 'browser/bookmarks/bookmark_table_model.h', | 412 'browser/bookmarks/bookmark_table_model.h', |
| 387 'browser/bookmarks/bookmark_utils.cc', | 413 'browser/bookmarks/bookmark_utils.cc', |
| 388 'browser/bookmarks/bookmark_utils.h', | 414 'browser/bookmarks/bookmark_utils.h', |
| 415 'browser/browser.cc', | |
| 416 'browser/browser.h', | |
| 417 'browser/browser_about_handler.cc', | |
| 418 'browser/browser_about_handler.h', | |
| 419 'browser/browser_accessibility.cc', | |
| 420 'browser/browser_accessibility.h', | |
| 421 'browser/browser_accessibility_manager.cc', | |
| 422 'browser/browser_accessibility_manager.h', | |
| 423 'browser/browser_init.cc', | |
| 424 'browser/browser_init.h', | |
| 425 'browser/browser_list.cc', | |
| 426 'browser/browser_list.h', | |
| 427 'browser/browser_main.cc', | |
| 428 'browser/browser_main_gtk.cc', | |
| 429 'browser/browser_main_mac.mm', | |
| 430 'browser/browser_main_win.cc', | |
| 431 'browser/browser_main_win.h', | |
| 432 'browser/browser_prefs.cc', | |
| 433 'browser/browser_prefs.h', | |
| 434 'browser/browser_process.cc', | |
| 435 'browser/browser_process.h', | |
| 436 'browser/browser_process_impl.cc', | |
| 437 'browser/browser_process_impl.h', | |
| 438 'browser/browser_shutdown.cc', | |
| 439 'browser/browser_shutdown.h', | |
| 440 'browser/browser_trial.cc', | |
| 441 'browser/browser_trial.h', | |
| 442 'browser/browser_url_handler.cc', | |
| 443 'browser/browser_url_handler.h', | |
| 444 'browser/browser_window.h', | |
| 445 'browser/browser_window_factory.mm', | |
| 446 'browser/browsing_data_remover.cc', | |
| 447 'browser/browsing_data_remover.h', | |
| 448 'browser/browsing_instance.cc', | |
| 449 'browser/browsing_instance.h', | |
| 450 'browser/cache_manager_host.cc', | |
| 451 'browser/cache_manager_host.h', | |
| 452 'browser/cancelable_request.cc', | |
| 453 'browser/cancelable_request.h', | |
| 454 'browser/cert_store.cc', | |
| 455 'browser/cert_store.h', | |
| 456 'browser/character_encoding.cc', | |
| 457 'browser/character_encoding.h', | |
| 458 'browser/chrome_plugin_browsing_context.cc', | |
| 459 'browser/chrome_plugin_browsing_context.h', | |
| 460 'browser/chrome_plugin_host.cc', | |
| 461 'browser/chrome_plugin_host.h', | |
| 462 'browser/chrome_thread.cc', | |
| 463 'browser/chrome_thread.h', | |
| 389 'browser/cocoa/base_view.h', | 464 'browser/cocoa/base_view.h', |
| 390 'browser/cocoa/base_view.mm', | 465 'browser/cocoa/base_view.mm', |
| 391 'browser/cocoa/browser_window_cocoa.h', | 466 'browser/cocoa/browser_window_cocoa.h', |
| 392 'browser/cocoa/browser_window_cocoa.mm', | 467 'browser/cocoa/browser_window_cocoa.mm', |
| 393 'browser/cocoa/browser_window_controller.h', | 468 'browser/cocoa/browser_window_controller.h', |
| 394 'browser/cocoa/browser_window_controller.mm', | 469 'browser/cocoa/browser_window_controller.mm', |
| 395 'browser/cocoa/grow_box_view.h', | 470 'browser/cocoa/grow_box_view.h', |
| 396 'browser/cocoa/grow_box_view.m', | 471 'browser/cocoa/grow_box_view.m', |
| 397 'browser/cocoa/sad_tab_view.h', | 472 'browser/cocoa/sad_tab_view.h', |
| 398 'browser/cocoa/sad_tab_view.mm', | 473 'browser/cocoa/sad_tab_view.mm', |
| 399 'browser/cocoa/shell_dialogs_mac.mm', | 474 'browser/cocoa/shell_dialogs_mac.mm', |
| 400 'browser/cocoa/tab_cell.h', | 475 'browser/cocoa/tab_cell.h', |
| 401 'browser/cocoa/tab_cell.mm', | 476 'browser/cocoa/tab_cell.mm', |
| 402 'browser/cocoa/tab_contents_controller.h', | 477 'browser/cocoa/tab_contents_controller.h', |
| 403 'browser/cocoa/tab_contents_controller.mm', | 478 'browser/cocoa/tab_contents_controller.mm', |
| 404 'browser/cocoa/tab_strip_controller.h', | 479 'browser/cocoa/tab_strip_controller.h', |
| 405 'browser/cocoa/tab_strip_controller.mm', | 480 'browser/cocoa/tab_strip_controller.mm', |
| 406 'browser/cocoa/tab_strip_view.h', | 481 'browser/cocoa/tab_strip_view.h', |
| 407 'browser/cocoa/tab_strip_view.mm', | 482 'browser/cocoa/tab_strip_view.mm', |
| 408 'browser/cocoa/toolbar_button_cell.h', | 483 'browser/cocoa/toolbar_button_cell.h', |
| 409 'browser/cocoa/toolbar_button_cell.mm', | 484 'browser/cocoa/toolbar_button_cell.mm', |
| 410 'browser/cocoa/toolbar_view.h', | 485 'browser/cocoa/toolbar_view.h', |
| 411 'browser/cocoa/toolbar_view.mm', | 486 'browser/cocoa/toolbar_view.mm', |
| 487 'browser/command_updater.cc', | |
| 488 'browser/command_updater.h', | |
| 489 'browser/cross_site_request_manager.cc', | |
| 490 'browser/cross_site_request_manager.h', | |
| 412 'browser/debugger/debugger_contents.cc', | 491 'browser/debugger/debugger_contents.cc', |
| 413 'browser/debugger/debugger_contents.h', | 492 'browser/debugger/debugger_contents.h', |
| 414 'browser/debugger/debugger_host.h', | 493 'browser/debugger/debugger_host.h', |
| 415 'browser/debugger/debugger_host_impl.cpp', | 494 'browser/debugger/debugger_host_impl.cpp', |
| 416 'browser/debugger/debugger_host_impl.h', | 495 'browser/debugger/debugger_host_impl.h', |
| 417 'browser/debugger/debugger_io.h', | 496 'browser/debugger/debugger_io.h', |
| 418 'browser/debugger/debugger_io_socket.cc', | 497 'browser/debugger/debugger_io_socket.cc', |
| 419 'browser/debugger/debugger_io_socket.h', | 498 'browser/debugger/debugger_io_socket.h', |
| 420 'browser/debugger/debugger_node.cc', | 499 'browser/debugger/debugger_node.cc', |
| 421 'browser/debugger/debugger_node.h', | 500 'browser/debugger/debugger_node.h', |
| 422 'browser/debugger/debugger_shell.cc', | 501 'browser/debugger/debugger_shell.cc', |
| 423 'browser/debugger/debugger_shell.h', | 502 'browser/debugger/debugger_shell.h', |
| 424 'browser/debugger/debugger_view.cc', | 503 'browser/debugger/debugger_view.cc', |
| 425 'browser/debugger/debugger_view.h', | 504 'browser/debugger/debugger_view.h', |
| 426 'browser/debugger/debugger_window.cc', | 505 'browser/debugger/debugger_window.cc', |
| 427 'browser/debugger/debugger_window.h', | 506 'browser/debugger/debugger_window.h', |
| 428 'browser/debugger/debugger_wrapper.cc', | 507 'browser/debugger/debugger_wrapper.cc', |
| 429 'browser/debugger/debugger_wrapper.h', | 508 'browser/debugger/debugger_wrapper.h', |
| 509 'browser/debugger/dev_tools_window.cc', | |
| 510 'browser/debugger/dev_tools_window.h', | |
| 511 'browser/dock_info.cc', | |
| 512 'browser/dock_info.h', | |
| 513 'browser/dom_operation_notification_details.h', | |
| 430 'browser/dom_ui/chrome_url_data_manager.cc', | 514 'browser/dom_ui/chrome_url_data_manager.cc', |
| 431 'browser/dom_ui/chrome_url_data_manager.h', | 515 'browser/dom_ui/chrome_url_data_manager.h', |
| 432 'browser/dom_ui/dom_ui.cc', | 516 'browser/dom_ui/dom_ui.cc', |
| 433 'browser/dom_ui/dom_ui.h', | 517 'browser/dom_ui/dom_ui.h', |
| 434 'browser/dom_ui/dom_ui_contents.cc', | 518 'browser/dom_ui/dom_ui_contents.cc', |
| 435 'browser/dom_ui/dom_ui_contents.h', | 519 'browser/dom_ui/dom_ui_contents.h', |
| 436 'browser/dom_ui/dom_ui_host.cc', | 520 'browser/dom_ui/dom_ui_host.cc', |
| 437 'browser/dom_ui/dom_ui_host.h', | 521 'browser/dom_ui/dom_ui_host.h', |
| 438 'browser/dom_ui/downloads_ui.cc', | 522 'browser/dom_ui/downloads_ui.cc', |
| 439 'browser/dom_ui/downloads_ui.h', | 523 'browser/dom_ui/downloads_ui.h', |
| (...skipping 25 matching lines...) Expand all Loading... | |
| 465 'browser/download/save_file.h', | 549 'browser/download/save_file.h', |
| 466 'browser/download/save_file_manager.cc', | 550 'browser/download/save_file_manager.cc', |
| 467 'browser/download/save_file_manager.h', | 551 'browser/download/save_file_manager.h', |
| 468 'browser/download/save_item.cc', | 552 'browser/download/save_item.cc', |
| 469 'browser/download/save_item.h', | 553 'browser/download/save_item.h', |
| 470 'browser/download/save_package.cc', | 554 'browser/download/save_package.cc', |
| 471 'browser/download/save_package.h', | 555 'browser/download/save_package.h', |
| 472 'browser/download/save_page_model.cc', | 556 'browser/download/save_page_model.cc', |
| 473 'browser/download/save_page_model.h', | 557 'browser/download/save_page_model.h', |
| 474 'browser/download/save_types.h', | 558 'browser/download/save_types.h', |
| 559 'browser/drag_utils.cc', | |
| 560 'browser/drag_utils.h', | |
| 561 'browser/encoding_menu_controller_delegate.cc', | |
| 562 'browser/encoding_menu_controller_delegate.h', | |
| 475 'browser/extensions/extension.cc', | 563 'browser/extensions/extension.cc', |
| 476 'browser/extensions/extension.h', | 564 'browser/extensions/extension.h', |
| 477 'browser/extensions/extension_error_reporter.cc', | 565 'browser/extensions/extension_error_reporter.cc', |
| 478 'browser/extensions/extension_error_reporter.h', | 566 'browser/extensions/extension_error_reporter.h', |
| 567 'browser/extensions/extension_protocols.cc', | |
| 568 'browser/extensions/extension_protocols.h', | |
| 479 'browser/extensions/extension_view.cc', | 569 'browser/extensions/extension_view.cc', |
| 480 'browser/extensions/extension_view.h', | 570 'browser/extensions/extension_view.h', |
| 481 'browser/extensions/extension_protocols.cc', | |
| 482 'browser/extensions/extension_protocols.h', | |
| 483 'browser/extensions/extensions_service.cc', | 571 'browser/extensions/extensions_service.cc', |
| 484 'browser/extensions/extensions_service.h', | 572 'browser/extensions/extensions_service.h', |
| 485 'browser/extensions/extensions_ui.cc', | 573 'browser/extensions/extensions_ui.cc', |
| 486 'browser/extensions/extensions_ui.h', | 574 'browser/extensions/extensions_ui.h', |
| 487 'browser/extensions/user_script_master.cc', | 575 'browser/extensions/user_script_master.cc', |
| 488 'browser/extensions/user_script_master.h', | 576 'browser/extensions/user_script_master.h', |
| 577 'browser/external_protocol_handler.cc', | |
| 578 'browser/external_protocol_handler.h', | |
| 579 'browser/external_tab_container.cc', | |
| 580 'browser/external_tab_container.h', | |
| 581 'browser/fav_icon_helper.cc', | |
| 582 'browser/fav_icon_helper.h', | |
| 583 'browser/find_notification_details.h', | |
| 584 'browser/first_run.cc', | |
| 585 'browser/first_run.h', | |
| 586 'browser/gears_integration.cc', | |
| 587 'browser/gears_integration.h', | |
| 588 'browser/google_update.cc', | |
| 589 'browser/google_update.h', | |
| 590 'browser/google_url_tracker.cc', | |
| 591 'browser/google_url_tracker.h', | |
| 592 'browser/google_util.cc', | |
| 593 'browser/google_util.h', | |
| 489 'browser/gtk/back_forward_menu_model_gtk.cc', | 594 'browser/gtk/back_forward_menu_model_gtk.cc', |
| 490 'browser/gtk/back_forward_menu_model_gtk.h', | 595 'browser/gtk/back_forward_menu_model_gtk.h', |
| 491 'browser/gtk/browser_toolbar_view_gtk.cc', | 596 'browser/gtk/browser_toolbar_view_gtk.cc', |
| 492 'browser/gtk/browser_toolbar_view_gtk.h', | 597 'browser/gtk/browser_toolbar_view_gtk.h', |
| 493 'browser/gtk/browser_window_factory_gtk.cc', | 598 'browser/gtk/browser_window_factory_gtk.cc', |
| 494 'browser/gtk/browser_window_gtk.cc', | 599 'browser/gtk/browser_window_gtk.cc', |
| 495 'browser/gtk/browser_window_gtk.h', | 600 'browser/gtk/browser_window_gtk.h', |
| 496 'browser/gtk/custom_button.cc', | 601 'browser/gtk/custom_button.cc', |
| 497 'browser/gtk/custom_button.h', | 602 'browser/gtk/custom_button.h', |
| 498 'browser/gtk/menu_gtk.cc', | 603 'browser/gtk/menu_gtk.cc', |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 549 'browser/history/thumbnail_database.cc', | 654 'browser/history/thumbnail_database.cc', |
| 550 'browser/history/thumbnail_database.h', | 655 'browser/history/thumbnail_database.h', |
| 551 'browser/history/url_database.cc', | 656 'browser/history/url_database.cc', |
| 552 'browser/history/url_database.h', | 657 'browser/history/url_database.h', |
| 553 'browser/history/visit_database.cc', | 658 'browser/history/visit_database.cc', |
| 554 'browser/history/visit_database.h', | 659 'browser/history/visit_database.h', |
| 555 'browser/history/visit_tracker.cc', | 660 'browser/history/visit_tracker.cc', |
| 556 'browser/history/visit_tracker.h', | 661 'browser/history/visit_tracker.h', |
| 557 'browser/history/visitsegment_database.cc', | 662 'browser/history/visitsegment_database.cc', |
| 558 'browser/history/visitsegment_database.h', | 663 'browser/history/visitsegment_database.h', |
| 664 'browser/icon_loader.cc', | |
| 665 'browser/icon_loader.h', | |
| 666 'browser/icon_manager.cc', | |
| 667 'browser/icon_manager.h', | |
| 668 'browser/ime_input.cc', | |
| 669 'browser/ime_input.h', | |
| 559 'browser/importer/firefox2_importer.cc', | 670 'browser/importer/firefox2_importer.cc', |
| 560 'browser/importer/firefox2_importer.h', | 671 'browser/importer/firefox2_importer.h', |
| 561 'browser/importer/firefox3_importer.cc', | 672 'browser/importer/firefox3_importer.cc', |
| 562 'browser/importer/firefox3_importer.h', | 673 'browser/importer/firefox3_importer.h', |
| 563 'browser/importer/firefox_importer_utils.cc', | 674 'browser/importer/firefox_importer_utils.cc', |
| 564 'browser/importer/firefox_importer_utils.h', | 675 'browser/importer/firefox_importer_utils.h', |
| 565 'browser/importer/firefox_profile_lock.cc', | 676 'browser/importer/firefox_profile_lock.cc', |
| 566 'browser/importer/firefox_profile_lock.h', | 677 'browser/importer/firefox_profile_lock.h', |
| 567 'browser/importer/firefox_profile_lock_posix.cc', | 678 'browser/importer/firefox_profile_lock_posix.cc', |
| 568 'browser/importer/firefox_profile_lock_win.cc', | 679 'browser/importer/firefox_profile_lock_win.cc', |
| 569 'browser/importer/ie_importer.cc', | 680 'browser/importer/ie_importer.cc', |
| 570 'browser/importer/ie_importer.h', | 681 'browser/importer/ie_importer.h', |
| 571 'browser/importer/importer.cc', | 682 'browser/importer/importer.cc', |
| 572 'browser/importer/importer.h', | 683 'browser/importer/importer.h', |
| 573 'browser/importer/mork_reader.cc', | 684 'browser/importer/mork_reader.cc', |
| 574 'browser/importer/mork_reader.h', | 685 'browser/importer/mork_reader.h', |
| 686 'browser/jankometer.cc', | |
| 687 'browser/jankometer.h', | |
| 688 'browser/js_before_unload_handler.h', | |
| 689 'browser/js_before_unload_handler_win.cc', | |
| 690 'browser/js_before_unload_handler_win.h', | |
| 691 'browser/jsmessage_box_handler.h', | |
| 692 'browser/jsmessage_box_handler_win.cc', | |
| 693 'browser/jsmessage_box_handler_win.h', | |
| 694 'browser/load_from_memory_cache_details.h', | |
| 695 'browser/load_notification_details.h', | |
| 696 'browser/location_bar.h', | |
| 697 'browser/login_prompt.cc', | |
| 698 'browser/login_prompt.h', | |
| 699 'browser/memory_details.cc', | |
| 700 'browser/memory_details.h', | |
| 701 'browser/meta_table_helper.cc', | |
| 702 'browser/meta_table_helper.h', | |
| 575 'browser/metrics/metrics_log.cc', | 703 'browser/metrics/metrics_log.cc', |
| 576 'browser/metrics/metrics_log.h', | 704 'browser/metrics/metrics_log.h', |
| 577 'browser/metrics/metrics_response.cc', | 705 'browser/metrics/metrics_response.cc', |
| 578 'browser/metrics/metrics_response.h', | 706 'browser/metrics/metrics_response.h', |
| 579 'browser/metrics/metrics_service.cc', | 707 'browser/metrics/metrics_service.cc', |
| 580 'browser/metrics/metrics_service.h', | 708 'browser/metrics/metrics_service.h', |
| 581 'browser/metrics/user_metrics.cc', | 709 'browser/metrics/user_metrics.cc', |
| 582 'browser/metrics/user_metrics.h', | 710 'browser/metrics/user_metrics.h', |
| 711 'browser/modal_html_dialog_delegate.cc', | |
| 712 'browser/modal_html_dialog_delegate.h', | |
| 583 'browser/net/chrome_url_request_context.cc', | 713 'browser/net/chrome_url_request_context.cc', |
| 584 'browser/net/chrome_url_request_context.h', | 714 'browser/net/chrome_url_request_context.h', |
| 585 'browser/net/dns_global.cc', | 715 'browser/net/dns_global.cc', |
| 586 'browser/net/dns_global.h', | 716 'browser/net/dns_global.h', |
| 587 'browser/net/dns_host_info.cc', | 717 'browser/net/dns_host_info.cc', |
| 588 'browser/net/dns_host_info.h', | 718 'browser/net/dns_host_info.h', |
| 589 'browser/net/dns_master.cc', | 719 'browser/net/dns_master.cc', |
| 590 'browser/net/dns_master.h', | 720 'browser/net/dns_master.h', |
| 591 'browser/net/referrer.cc', | 721 'browser/net/referrer.cc', |
| 592 'browser/net/referrer.h', | 722 'browser/net/referrer.h', |
| 593 'browser/net/resolve_proxy_msg_helper.cc', | 723 'browser/net/resolve_proxy_msg_helper.cc', |
| 594 'browser/net/resolve_proxy_msg_helper.h', | 724 'browser/net/resolve_proxy_msg_helper.h', |
| 595 'browser/net/sdch_dictionary_fetcher.cc', | 725 'browser/net/sdch_dictionary_fetcher.cc', |
| 596 'browser/net/sdch_dictionary_fetcher.h', | 726 'browser/net/sdch_dictionary_fetcher.h', |
| 597 'browser/net/url_fetcher.cc', | 727 'browser/net/url_fetcher.cc', |
| 598 'browser/net/url_fetcher.h', | 728 'browser/net/url_fetcher.h', |
| 599 'browser/net/url_fetcher_protect.cc', | 729 'browser/net/url_fetcher_protect.cc', |
| 600 'browser/net/url_fetcher_protect.h', | 730 'browser/net/url_fetcher_protect.h', |
| 601 'browser/net/url_fixer_upper.cc', | 731 'browser/net/url_fixer_upper.cc', |
| 602 'browser/net/url_fixer_upper.h', | 732 'browser/net/url_fixer_upper.h', |
| 733 'browser/options_window.h', | |
| 734 'browser/page_state.cc', | |
| 735 'browser/page_state.h', | |
| 603 'browser/password_manager/encryptor.cc', | 736 'browser/password_manager/encryptor.cc', |
| 604 'browser/password_manager/encryptor.h', | 737 'browser/password_manager/encryptor.h', |
| 605 'browser/password_manager/ie7_password.cc', | 738 'browser/password_manager/ie7_password.cc', |
| 606 'browser/password_manager/ie7_password.h', | 739 'browser/password_manager/ie7_password.h', |
| 607 'browser/password_manager/password_form_manager.cc', | 740 'browser/password_manager/password_form_manager.cc', |
| 608 'browser/password_manager/password_form_manager.h', | 741 'browser/password_manager/password_form_manager.h', |
| 609 'browser/password_manager/password_form_manager_win.cc', | 742 'browser/password_manager/password_form_manager_win.cc', |
| 610 'browser/password_manager/password_manager.cc', | 743 'browser/password_manager/password_manager.cc', |
| 611 'browser/password_manager/password_manager.h', | 744 'browser/password_manager/password_manager.h', |
| 745 'browser/plugin_installer.cc', | |
| 746 'browser/plugin_installer.h', | |
| 747 'browser/plugin_process_host.cc', | |
| 748 'browser/plugin_process_host.h', | |
| 749 'browser/plugin_service.cc', | |
| 750 'browser/plugin_service.h', | |
| 612 'browser/printing/page_number.cc', | 751 'browser/printing/page_number.cc', |
| 613 'browser/printing/page_number.h', | 752 'browser/printing/page_number.h', |
| 614 'browser/printing/page_overlays.cc', | 753 'browser/printing/page_overlays.cc', |
| 615 'browser/printing/page_overlays.h', | 754 'browser/printing/page_overlays.h', |
| 616 'browser/printing/page_range.cc', | 755 'browser/printing/page_range.cc', |
| 617 'browser/printing/page_range.h', | 756 'browser/printing/page_range.h', |
| 618 'browser/printing/page_setup.cc', | 757 'browser/printing/page_setup.cc', |
| 619 'browser/printing/page_setup.h', | 758 'browser/printing/page_setup.h', |
| 620 'browser/printing/print_job.cc', | 759 'browser/printing/print_job.cc', |
| 621 'browser/printing/print_job.h', | 760 'browser/printing/print_job.h', |
| 622 'browser/printing/print_job_manager.cc', | 761 'browser/printing/print_job_manager.cc', |
| 623 'browser/printing/print_job_manager.h', | 762 'browser/printing/print_job_manager.h', |
| 624 'browser/printing/print_job_worker.cc', | 763 'browser/printing/print_job_worker.cc', |
| 625 'browser/printing/print_job_worker.h', | 764 'browser/printing/print_job_worker.h', |
| 626 'browser/printing/print_job_worker_owner.h', | 765 'browser/printing/print_job_worker_owner.h', |
| 627 'browser/printing/print_settings.cc', | 766 'browser/printing/print_settings.cc', |
| 628 'browser/printing/print_settings.h', | 767 'browser/printing/print_settings.h', |
| 629 'browser/printing/print_view_manager.cc', | 768 'browser/printing/print_view_manager.cc', |
| 630 'browser/printing/print_view_manager.h', | 769 'browser/printing/print_view_manager.h', |
| 631 'browser/printing/printed_document.cc', | 770 'browser/printing/printed_document.cc', |
| 632 'browser/printing/printed_document.h', | 771 'browser/printing/printed_document.h', |
| 633 'browser/printing/printed_page.cc', | 772 'browser/printing/printed_page.cc', |
| 634 'browser/printing/printed_page.h', | 773 'browser/printing/printed_page.h', |
| 635 'browser/printing/printed_pages_source.h', | 774 'browser/printing/printed_pages_source.h', |
| 636 'browser/printing/printer_query.cc', | 775 'browser/printing/printer_query.cc', |
| 637 'browser/printing/printer_query.h', | 776 'browser/printing/printer_query.h', |
| 638 'browser/printing/win_printing_context.cc', | 777 'browser/printing/win_printing_context.cc', |
| 639 'browser/printing/win_printing_context.h', | 778 'browser/printing/win_printing_context.h', |
| 779 'browser/process_singleton.h', | |
| 780 'browser/process_singleton_linux.cc', | |
| 781 'browser/process_singleton_win.cc', | |
| 782 'browser/profile.cc', | |
| 783 'browser/profile.h', | |
| 784 'browser/profile_manager.cc', | |
| 785 'browser/profile_manager.h', | |
| 640 'browser/renderer_host/async_resource_handler.cc', | 786 'browser/renderer_host/async_resource_handler.cc', |
| 641 'browser/renderer_host/async_resource_handler.h', | 787 'browser/renderer_host/async_resource_handler.h', |
| 642 'browser/renderer_host/audio_renderer_host.cc', | 788 'browser/renderer_host/audio_renderer_host.cc', |
| 643 'browser/renderer_host/audio_renderer_host.h', | 789 'browser/renderer_host/audio_renderer_host.h', |
| 644 'browser/renderer_host/backing_store.cc', | 790 'browser/renderer_host/backing_store.cc', |
| 645 'browser/renderer_host/backing_store.h', | 791 'browser/renderer_host/backing_store.h', |
| 646 'browser/renderer_host/backing_store_posix.cc', | 792 'browser/renderer_host/backing_store_posix.cc', |
| 647 'browser/renderer_host/backing_store_win.cc', | 793 'browser/renderer_host/backing_store_win.cc', |
| 648 'browser/renderer_host/backing_store_x.cc', | 794 'browser/renderer_host/backing_store_x.cc', |
| 649 'browser/renderer_host/browser_render_process_host.cc', | 795 'browser/renderer_host/browser_render_process_host.cc', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 701 'browser/safe_browsing/safe_browsing_database.cc', | 847 'browser/safe_browsing/safe_browsing_database.cc', |
| 702 'browser/safe_browsing/safe_browsing_database.h', | 848 'browser/safe_browsing/safe_browsing_database.h', |
| 703 'browser/safe_browsing/safe_browsing_database_bloom.cc', | 849 'browser/safe_browsing/safe_browsing_database_bloom.cc', |
| 704 'browser/safe_browsing/safe_browsing_database_bloom.h', | 850 'browser/safe_browsing/safe_browsing_database_bloom.h', |
| 705 'browser/safe_browsing/safe_browsing_database_impl.cc', | 851 'browser/safe_browsing/safe_browsing_database_impl.cc', |
| 706 'browser/safe_browsing/safe_browsing_database_impl.h', | 852 'browser/safe_browsing/safe_browsing_database_impl.h', |
| 707 'browser/safe_browsing/safe_browsing_service.cc', | 853 'browser/safe_browsing/safe_browsing_service.cc', |
| 708 'browser/safe_browsing/safe_browsing_service.h', | 854 'browser/safe_browsing/safe_browsing_service.h', |
| 709 'browser/safe_browsing/safe_browsing_util.cc', | 855 'browser/safe_browsing/safe_browsing_util.cc', |
| 710 'browser/safe_browsing/safe_browsing_util.h', | 856 'browser/safe_browsing/safe_browsing_util.h', |
| 857 'browser/sandbox_policy.cc', | |
| 858 'browser/sandbox_policy.h', | |
| 711 'browser/search_engines/template_url.cc', | 859 'browser/search_engines/template_url.cc', |
| 712 'browser/search_engines/template_url.h', | 860 'browser/search_engines/template_url.h', |
| 713 'browser/search_engines/template_url_fetcher.cc', | 861 'browser/search_engines/template_url_fetcher.cc', |
| 714 'browser/search_engines/template_url_fetcher.h', | 862 'browser/search_engines/template_url_fetcher.h', |
| 715 'browser/search_engines/template_url_model.cc', | 863 'browser/search_engines/template_url_model.cc', |
| 716 'browser/search_engines/template_url_model.h', | 864 'browser/search_engines/template_url_model.h', |
| 717 'browser/search_engines/template_url_parser.cc', | 865 'browser/search_engines/template_url_parser.cc', |
| 718 'browser/search_engines/template_url_parser.h', | 866 'browser/search_engines/template_url_parser.h', |
| 719 'browser/search_engines/template_url_prepopulate_data.cc', | 867 'browser/search_engines/template_url_prepopulate_data.cc', |
| 720 'browser/search_engines/template_url_prepopulate_data.h', | 868 'browser/search_engines/template_url_prepopulate_data.h', |
| 869 'browser/session_startup_pref.cc', | |
| 870 'browser/session_startup_pref.h', | |
| 721 'browser/sessions/base_session_service.cc', | 871 'browser/sessions/base_session_service.cc', |
| 722 'browser/sessions/base_session_service.h', | 872 'browser/sessions/base_session_service.h', |
| 723 'browser/sessions/session_backend.cc', | 873 'browser/sessions/session_backend.cc', |
| 724 'browser/sessions/session_backend.h', | 874 'browser/sessions/session_backend.h', |
| 725 'browser/sessions/session_command.cc', | 875 'browser/sessions/session_command.cc', |
| 726 'browser/sessions/session_command.h', | 876 'browser/sessions/session_command.h', |
| 727 'browser/sessions/session_id.cc', | 877 'browser/sessions/session_id.cc', |
| 728 'browser/sessions/session_id.h', | 878 'browser/sessions/session_id.h', |
| 729 'browser/sessions/session_restore.cc', | 879 'browser/sessions/session_restore.cc', |
| 730 'browser/sessions/session_restore.h', | 880 'browser/sessions/session_restore.h', |
| 731 'browser/sessions/session_service.cc', | 881 'browser/sessions/session_service.cc', |
| 732 'browser/sessions/session_service.h', | 882 'browser/sessions/session_service.h', |
| 733 'browser/sessions/session_types.cc', | 883 'browser/sessions/session_types.cc', |
| 734 'browser/sessions/session_types.h', | 884 'browser/sessions/session_types.h', |
| 735 'browser/sessions/tab_restore_service.cc', | 885 'browser/sessions/tab_restore_service.cc', |
| 736 'browser/sessions/tab_restore_service.h', | 886 'browser/sessions/tab_restore_service.h', |
| 887 'browser/shell_dialogs.h', | |
| 888 'browser/shell_integration.cc', | |
| 889 'browser/shell_integration.h', | |
| 890 'browser/spellcheck_worditerator.cc', | |
| 891 'browser/spellcheck_worditerator.h', | |
| 892 'browser/spellchecker.cc', | |
| 893 'browser/spellchecker.h', | |
| 737 'browser/ssl/ssl_blocking_page.cc', | 894 'browser/ssl/ssl_blocking_page.cc', |
| 738 'browser/ssl/ssl_blocking_page.h', | 895 'browser/ssl/ssl_blocking_page.h', |
| 739 'browser/ssl/ssl_error_info.cc', | 896 'browser/ssl/ssl_error_info.cc', |
| 740 'browser/ssl/ssl_error_info.h', | 897 'browser/ssl/ssl_error_info.h', |
| 741 'browser/ssl/ssl_host_state.cc', | 898 'browser/ssl/ssl_host_state.cc', |
| 742 'browser/ssl/ssl_host_state.h', | 899 'browser/ssl/ssl_host_state.h', |
| 743 'browser/ssl/ssl_manager.cc', | 900 'browser/ssl/ssl_manager.cc', |
| 744 'browser/ssl/ssl_manager.h', | 901 'browser/ssl/ssl_manager.h', |
| 745 'browser/ssl/ssl_policy.cc', | 902 'browser/ssl/ssl_policy.cc', |
| 746 'browser/ssl/ssl_policy.h', | 903 'browser/ssl/ssl_policy.h', |
| 904 'browser/status_bubble.h', | |
| 747 'browser/tab_contents/constrained_window.h', | 905 'browser/tab_contents/constrained_window.h', |
| 748 'browser/tab_contents/infobar_delegate.cc', | 906 'browser/tab_contents/infobar_delegate.cc', |
| 749 'browser/tab_contents/infobar_delegate.h', | 907 'browser/tab_contents/infobar_delegate.h', |
| 750 'browser/tab_contents/interstitial_page.cc', | 908 'browser/tab_contents/interstitial_page.cc', |
| 751 'browser/tab_contents/interstitial_page.h', | 909 'browser/tab_contents/interstitial_page.h', |
| 752 'browser/tab_contents/navigation_controller.cc', | 910 'browser/tab_contents/navigation_controller.cc', |
| 753 'browser/tab_contents/navigation_controller.h', | 911 'browser/tab_contents/navigation_controller.h', |
| 754 'browser/tab_contents/navigation_entry.cc', | 912 'browser/tab_contents/navigation_entry.cc', |
| 755 'browser/tab_contents/navigation_entry.h', | 913 'browser/tab_contents/navigation_entry.h', |
| 756 'browser/tab_contents/page_navigator.h', | 914 'browser/tab_contents/page_navigator.h', |
| (...skipping 28 matching lines...) Expand all Loading... | |
| 785 'browser/tab_contents/web_contents_view_win.cc', | 943 'browser/tab_contents/web_contents_view_win.cc', |
| 786 'browser/tab_contents/web_contents_view_win.h', | 944 'browser/tab_contents/web_contents_view_win.h', |
| 787 'browser/tab_contents/web_drag_source.cc', | 945 'browser/tab_contents/web_drag_source.cc', |
| 788 'browser/tab_contents/web_drag_source.h', | 946 'browser/tab_contents/web_drag_source.h', |
| 789 'browser/tab_contents/web_drop_target.cc', | 947 'browser/tab_contents/web_drop_target.cc', |
| 790 'browser/tab_contents/web_drop_target.h', | 948 'browser/tab_contents/web_drop_target.h', |
| 791 'browser/tabs/tab_strip_model.cc', | 949 'browser/tabs/tab_strip_model.cc', |
| 792 'browser/tabs/tab_strip_model.h', | 950 'browser/tabs/tab_strip_model.h', |
| 793 'browser/tabs/tab_strip_model_order_controller.cc', | 951 'browser/tabs/tab_strip_model_order_controller.cc', |
| 794 'browser/tabs/tab_strip_model_order_controller.h', | 952 'browser/tabs/tab_strip_model_order_controller.h', |
| 795 'browser/views/frame/aero_glass_frame.cc', | 953 'browser/task_manager.cc', |
| 796 'browser/views/frame/aero_glass_frame.h', | 954 'browser/task_manager.h', |
| 797 'browser/views/frame/aero_glass_non_client_view.cc', | 955 'browser/task_manager_resource_providers.cc', |
| 798 'browser/views/frame/aero_glass_non_client_view.h', | 956 'browser/task_manager_resource_providers.h', |
| 799 'browser/views/frame/browser_frame.h', | 957 'browser/toolbar_model.cc', |
| 800 'browser/views/frame/browser_view.cc', | 958 'browser/toolbar_model.h', |
| 801 'browser/views/frame/browser_view.h', | 959 'browser/user_data_manager.cc', |
| 802 'browser/views/frame/browser_window_factory.cc', | 960 'browser/user_data_manager.h', |
| 803 'browser/views/frame/opaque_frame.cc', | 961 'browser/view_ids.h', |
| 804 'browser/views/frame/opaque_frame.h', | |
| 805 'browser/views/frame/opaque_non_client_view.cc', | |
| 806 'browser/views/frame/opaque_non_client_view.h', | |
| 807 'browser/views/infobars/infobar_container.cc', | |
| 808 'browser/views/infobars/infobar_container.h', | |
| 809 'browser/views/infobars/infobars.cc', | |
| 810 'browser/views/infobars/infobars.h', | |
| 811 'browser/views/options/advanced_contents_view.cc', | |
| 812 'browser/views/options/advanced_contents_view.h', | |
| 813 'browser/views/options/advanced_page_view.cc', | |
| 814 'browser/views/options/advanced_page_view.h', | |
| 815 'browser/views/options/content_page_view.cc', | |
| 816 'browser/views/options/content_page_view.h', | |
| 817 'browser/views/options/cookies_view.cc', | |
| 818 'browser/views/options/cookies_view.h', | |
| 819 'browser/views/options/fonts_languages_window_view.cc', | |
| 820 'browser/views/options/fonts_languages_window_view.h', | |
| 821 'browser/views/options/fonts_page_view.cc', | |
| 822 'browser/views/options/fonts_page_view.h', | |
| 823 'browser/views/options/general_page_view.cc', | |
| 824 'browser/views/options/general_page_view.h', | |
| 825 'browser/views/options/language_combobox_model.cc', | |
| 826 'browser/views/options/language_combobox_model.h', | |
| 827 'browser/views/options/languages_page_view.cc', | |
| 828 'browser/views/options/languages_page_view.h', | |
| 829 'browser/views/options/options_group_view.cc', | |
| 830 'browser/views/options/options_group_view.h', | |
| 831 'browser/views/options/options_page_view.cc', | |
| 832 'browser/views/options/options_page_view.h', | |
| 833 'browser/views/options/options_window_view.cc', | |
| 834 'browser/views/tabs/dragged_tab_controller.cc', | |
| 835 'browser/views/tabs/dragged_tab_controller.h', | |
| 836 'browser/views/tabs/dragged_tab_view.cc', | |
| 837 'browser/views/tabs/dragged_tab_view.h', | |
| 838 'browser/views/tabs/hwnd_photobooth.cc', | |
| 839 'browser/views/tabs/hwnd_photobooth.h', | |
| 840 'browser/views/tabs/tab.cc', | |
| 841 'browser/views/tabs/tab.h', | |
| 842 'browser/views/tabs/tab_renderer.cc', | |
| 843 'browser/views/tabs/tab_renderer.h', | |
| 844 'browser/views/tabs/tab_strip.cc', | |
| 845 'browser/views/tabs/tab_strip.h', | |
| 846 'browser/views/about_chrome_view.cc', | 962 'browser/views/about_chrome_view.cc', |
| 847 'browser/views/about_chrome_view.h', | 963 'browser/views/about_chrome_view.h', |
| 848 'browser/views/about_ipc_dialog.cc', | 964 'browser/views/about_ipc_dialog.cc', |
| 849 'browser/views/about_ipc_dialog.h', | 965 'browser/views/about_ipc_dialog.h', |
| 850 'browser/views/about_network_dialog.cc', | 966 'browser/views/about_network_dialog.cc', |
| 851 'browser/views/about_network_dialog.h', | 967 'browser/views/about_network_dialog.h', |
| 852 'browser/views/blocked_popup_container.cc', | 968 'browser/views/blocked_popup_container.cc', |
| 853 'browser/views/blocked_popup_container.h', | 969 'browser/views/blocked_popup_container.h', |
| 854 'browser/views/bookmark_bar_view.cc', | 970 'browser/views/bookmark_bar_view.cc', |
| 855 'browser/views/bookmark_bar_view.h', | 971 'browser/views/bookmark_bar_view.h', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 890 'browser/views/find_bar_win.cc', | 1006 'browser/views/find_bar_win.cc', |
| 891 'browser/views/find_bar_win.h', | 1007 'browser/views/find_bar_win.h', |
| 892 'browser/views/first_run_bubble.cc', | 1008 'browser/views/first_run_bubble.cc', |
| 893 'browser/views/first_run_bubble.h', | 1009 'browser/views/first_run_bubble.h', |
| 894 'browser/views/first_run_customize_view.cc', | 1010 'browser/views/first_run_customize_view.cc', |
| 895 'browser/views/first_run_customize_view.h', | 1011 'browser/views/first_run_customize_view.h', |
| 896 'browser/views/first_run_view.cc', | 1012 'browser/views/first_run_view.cc', |
| 897 'browser/views/first_run_view.h', | 1013 'browser/views/first_run_view.h', |
| 898 'browser/views/first_run_view_base.cc', | 1014 'browser/views/first_run_view_base.cc', |
| 899 'browser/views/first_run_view_base.h', | 1015 'browser/views/first_run_view_base.h', |
| 1016 'browser/views/frame/browser_frame.cc', | |
| 1017 'browser/views/frame/browser_frame.h', | |
| 1018 'browser/views/frame/browser_view.cc', | |
| 1019 'browser/views/frame/browser_view.h', | |
| 1020 'browser/views/frame/glass_browser_frame_view.cc', | |
| 1021 'browser/views/frame/glass_browser_frame_view.h', | |
| 1022 'browser/views/frame/opaque_browser_frame_view.cc', | |
| 1023 'browser/views/frame/opaque_browser_frame_view.h', | |
| 900 'browser/views/go_button.cc', | 1024 'browser/views/go_button.cc', |
| 901 'browser/views/go_button.h', | 1025 'browser/views/go_button.h', |
| 902 'browser/views/html_dialog_view.cc', | 1026 'browser/views/html_dialog_view.cc', |
| 903 'browser/views/html_dialog_view.h', | 1027 'browser/views/html_dialog_view.h', |
| 904 'browser/views/hung_renderer_view.cc', | 1028 'browser/views/hung_renderer_view.cc', |
| 905 'browser/views/hung_renderer_view.h', | 1029 'browser/views/hung_renderer_view.h', |
| 906 'browser/views/hwnd_html_view.cc', | 1030 'browser/views/hwnd_html_view.cc', |
| 907 'browser/views/hwnd_html_view.h', | 1031 'browser/views/hwnd_html_view.h', |
| 908 'browser/views/importer_lock_view.cc', | 1032 'browser/views/importer_lock_view.cc', |
| 909 'browser/views/importer_lock_view.h', | 1033 'browser/views/importer_lock_view.h', |
| 910 'browser/views/importer_view.cc', | 1034 'browser/views/importer_view.cc', |
| 911 'browser/views/importer_view.h', | 1035 'browser/views/importer_view.h', |
| 912 'browser/views/importing_progress_view.cc', | 1036 'browser/views/importing_progress_view.cc', |
| 913 'browser/views/importing_progress_view.h', | 1037 'browser/views/importing_progress_view.h', |
| 914 'browser/views/info_bubble.cc', | 1038 'browser/views/info_bubble.cc', |
| 915 'browser/views/info_bubble.h', | 1039 'browser/views/info_bubble.h', |
| 1040 'browser/views/infobars/infobar_container.cc', | |
| 1041 'browser/views/infobars/infobar_container.h', | |
| 1042 'browser/views/infobars/infobars.cc', | |
| 1043 'browser/views/infobars/infobars.h', | |
| 916 'browser/views/input_window.cc', | 1044 'browser/views/input_window.cc', |
| 917 'browser/views/input_window.h', | 1045 'browser/views/input_window.h', |
| 918 'browser/views/keyword_editor_view.cc', | 1046 'browser/views/keyword_editor_view.cc', |
| 919 'browser/views/keyword_editor_view.h', | 1047 'browser/views/keyword_editor_view.h', |
| 920 'browser/views/location_bar_view.cc', | 1048 'browser/views/location_bar_view.cc', |
| 921 'browser/views/location_bar_view.h', | 1049 'browser/views/location_bar_view.h', |
| 922 'browser/views/login_view.cc', | 1050 'browser/views/login_view.cc', |
| 923 'browser/views/login_view.h', | 1051 'browser/views/login_view.h', |
| 924 'browser/views/new_profile_dialog.cc', | 1052 'browser/views/new_profile_dialog.cc', |
| 925 'browser/views/new_profile_dialog.h', | 1053 'browser/views/new_profile_dialog.h', |
| 1054 'browser/views/options/advanced_contents_view.cc', | |
| 1055 'browser/views/options/advanced_contents_view.h', | |
| 1056 'browser/views/options/advanced_page_view.cc', | |
| 1057 'browser/views/options/advanced_page_view.h', | |
| 1058 'browser/views/options/content_page_view.cc', | |
| 1059 'browser/views/options/content_page_view.h', | |
| 1060 'browser/views/options/cookies_view.cc', | |
| 1061 'browser/views/options/cookies_view.h', | |
| 1062 'browser/views/options/fonts_languages_window_view.cc', | |
| 1063 'browser/views/options/fonts_languages_window_view.h', | |
| 1064 'browser/views/options/fonts_page_view.cc', | |
| 1065 'browser/views/options/fonts_page_view.h', | |
| 1066 'browser/views/options/general_page_view.cc', | |
| 1067 'browser/views/options/general_page_view.h', | |
| 1068 'browser/views/options/language_combobox_model.cc', | |
| 1069 'browser/views/options/language_combobox_model.h', | |
| 1070 'browser/views/options/languages_page_view.cc', | |
| 1071 'browser/views/options/languages_page_view.h', | |
| 1072 'browser/views/options/options_group_view.cc', | |
| 1073 'browser/views/options/options_group_view.h', | |
| 1074 'browser/views/options/options_page_view.cc', | |
| 1075 'browser/views/options/options_page_view.h', | |
| 1076 'browser/views/options/options_window_view.cc', | |
| 926 'browser/views/page_info_window.cc', | 1077 'browser/views/page_info_window.cc', |
| 927 'browser/views/page_info_window.h', | 1078 'browser/views/page_info_window.h', |
| 928 'browser/views/password_manager_exceptions_view.cc', | 1079 'browser/views/password_manager_exceptions_view.cc', |
| 929 'browser/views/password_manager_exceptions_view.h', | 1080 'browser/views/password_manager_exceptions_view.h', |
| 930 'browser/views/password_manager_view.cc', | 1081 'browser/views/password_manager_view.cc', |
| 931 'browser/views/password_manager_view.h', | 1082 'browser/views/password_manager_view.h', |
| 932 'browser/views/repost_form_warning_view.cc', | 1083 'browser/views/repost_form_warning_view.cc', |
| 933 'browser/views/repost_form_warning_view.h', | 1084 'browser/views/repost_form_warning_view.h', |
| 934 'browser/views/restart_message_box.cc', | 1085 'browser/views/restart_message_box.cc', |
| 935 'browser/views/restart_message_box.h', | 1086 'browser/views/restart_message_box.h', |
| 936 'browser/views/sad_tab_view.cc', | 1087 'browser/views/sad_tab_view.cc', |
| 937 'browser/views/sad_tab_view.h', | 1088 'browser/views/sad_tab_view.h', |
| 938 'browser/views/select_profile_dialog.cc', | 1089 'browser/views/select_profile_dialog.cc', |
| 939 'browser/views/select_profile_dialog.h', | 1090 'browser/views/select_profile_dialog.h', |
| 940 'browser/views/shelf_item_dialog.cc', | 1091 'browser/views/shelf_item_dialog.cc', |
| 941 'browser/views/shelf_item_dialog.h', | 1092 'browser/views/shelf_item_dialog.h', |
| 942 'browser/views/shell_dialogs_win.cc', | 1093 'browser/views/shell_dialogs_win.cc', |
| 943 'browser/views/standard_layout.h', | 1094 'browser/views/standard_layout.h', |
| 944 'browser/views/star_toggle.cc', | 1095 'browser/views/star_toggle.cc', |
| 945 'browser/views/star_toggle.h', | 1096 'browser/views/star_toggle.h', |
| 946 'browser/views/status_bubble_views.cc', | 1097 'browser/views/status_bubble_views.cc', |
| 947 'browser/views/status_bubble_views.h', | 1098 'browser/views/status_bubble_views.h', |
| 948 'browser/views/tab_contents_container_view.cc', | 1099 'browser/views/tab_contents_container_view.cc', |
| 949 'browser/views/tab_contents_container_view.h', | 1100 'browser/views/tab_contents_container_view.h', |
| 950 'browser/views/tab_icon_view.cc', | 1101 'browser/views/tab_icon_view.cc', |
| 951 'browser/views/tab_icon_view.h', | 1102 'browser/views/tab_icon_view.h', |
| 1103 'browser/views/tabs/dragged_tab_controller.cc', | |
| 1104 'browser/views/tabs/dragged_tab_controller.h', | |
| 1105 'browser/views/tabs/dragged_tab_view.cc', | |
| 1106 'browser/views/tabs/dragged_tab_view.h', | |
| 1107 'browser/views/tabs/hwnd_photobooth.cc', | |
| 1108 'browser/views/tabs/hwnd_photobooth.h', | |
| 1109 'browser/views/tabs/tab.cc', | |
| 1110 'browser/views/tabs/tab.h', | |
| 1111 'browser/views/tabs/tab_renderer.cc', | |
| 1112 'browser/views/tabs/tab_renderer.h', | |
| 1113 'browser/views/tabs/tab_strip.cc', | |
| 1114 'browser/views/tabs/tab_strip.h', | |
| 952 'browser/views/theme_helpers.cc', | 1115 'browser/views/theme_helpers.cc', |
| 953 'browser/views/theme_helpers.h', | 1116 'browser/views/theme_helpers.h', |
| 954 'browser/views/toolbar_star_toggle.cc', | 1117 'browser/views/toolbar_star_toggle.cc', |
| 955 'browser/views/toolbar_star_toggle.h', | 1118 'browser/views/toolbar_star_toggle.h', |
| 956 'browser/views/toolbar_view.cc', | 1119 'browser/views/toolbar_view.cc', |
| 957 'browser/views/toolbar_view.h', | 1120 'browser/views/toolbar_view.h', |
| 958 'browser/views/user_data_dir_dialog.cc', | 1121 'browser/views/user_data_dir_dialog.cc', |
| 959 'browser/views/user_data_dir_dialog.h', | 1122 'browser/views/user_data_dir_dialog.h', |
| 1123 'browser/visitedlink_master.cc', | |
| 1124 'browser/visitedlink_master.h', | |
| 960 'browser/webdata/web_data_service.cc', | 1125 'browser/webdata/web_data_service.cc', |
| 961 'browser/webdata/web_data_service.h', | 1126 'browser/webdata/web_data_service.h', |
| 962 'browser/webdata/web_data_service_win.cc', | 1127 'browser/webdata/web_data_service_win.cc', |
| 963 'browser/webdata/web_database.cc', | 1128 'browser/webdata/web_database.cc', |
| 964 'browser/webdata/web_database.h', | 1129 'browser/webdata/web_database.h', |
| 965 'browser/webdata/web_database_win.cc', | 1130 'browser/webdata/web_database_win.cc', |
| 1131 'browser/window_sizer.cc', | |
| 1132 'browser/window_sizer.h', | |
| 966 'browser/worker_host/worker_process_host.cc', | 1133 'browser/worker_host/worker_process_host.cc', |
| 967 'browser/worker_host/worker_process_host.h', | 1134 'browser/worker_host/worker_process_host.h', |
| 968 'browser/worker_host/worker_service.cc', | 1135 'browser/worker_host/worker_service.cc', |
| 969 'browser/worker_host/worker_service.h', | 1136 'browser/worker_host/worker_service.h', |
| 970 'browser/alternate_nav_url_fetcher.cc', | |
| 971 'browser/alternate_nav_url_fetcher.h', | |
| 972 'browser/app_controller_mac.h', | |
| 973 'browser/app_controller_mac.mm', | |
| 974 'browser/app_modal_dialog_queue.cc', | |
| 975 'browser/app_modal_dialog_queue.h', | |
| 976 'browser/autofill_manager.cc', | |
| 977 'browser/autofill_manager.h', | |
| 978 'browser/back_forward_menu_model.cc', | |
| 979 'browser/back_forward_menu_model.h', | |
| 980 'browser/back_forward_menu_model_win.cc', | |
| 981 'browser/back_forward_menu_model_win.h', | |
| 982 'browser/browser.cc', | |
| 983 'browser/browser.h', | |
| 984 'browser/browser_about_handler.cc', | |
| 985 'browser/browser_about_handler.h', | |
| 986 'browser/browser_accessibility.cc', | |
| 987 'browser/browser_accessibility.h', | |
| 988 'browser/browser_accessibility_manager.cc', | |
| 989 'browser/browser_accessibility_manager.h', | |
| 990 'browser/browser_init.cc', | |
| 991 'browser/browser_init.h', | |
| 992 'browser/browser_list.cc', | |
| 993 'browser/browser_list.h', | |
| 994 'browser/browser_main.cc', | |
| 995 'browser/browser_main_gtk.cc', | |
| 996 'browser/browser_main_mac.mm', | |
| 997 'browser/browser_main_win.cc', | |
| 998 'browser/browser_main_win.h', | |
| 999 'browser/browser_prefs.cc', | |
| 1000 'browser/browser_prefs.h', | |
| 1001 'browser/browser_process.cc', | |
| 1002 'browser/browser_process.h', | |
| 1003 'browser/browser_process_impl.cc', | |
| 1004 'browser/browser_process_impl.h', | |
| 1005 'browser/browser_shutdown.cc', | |
| 1006 'browser/browser_shutdown.h', | |
| 1007 'browser/browser_trial.cc', | |
| 1008 'browser/browser_trial.h', | |
| 1009 'browser/browser_url_handler.cc', | |
| 1010 'browser/browser_url_handler.h', | |
| 1011 'browser/browser_window.h', | |
| 1012 'browser/browser_window_factory.mm', | |
| 1013 'browser/browsing_data_remover.cc', | |
| 1014 'browser/browsing_data_remover.h', | |
| 1015 'browser/browsing_instance.cc', | |
| 1016 'browser/browsing_instance.h', | |
| 1017 'browser/cache_manager_host.cc', | |
| 1018 'browser/cache_manager_host.h', | |
| 1019 'browser/cancelable_request.cc', | |
| 1020 'browser/cancelable_request.h', | |
| 1021 'browser/cert_store.cc', | |
| 1022 'browser/cert_store.h', | |
| 1023 'browser/character_encoding.cc', | |
| 1024 'browser/character_encoding.h', | |
| 1025 'browser/chrome_plugin_browsing_context.cc', | |
| 1026 'browser/chrome_plugin_browsing_context.h', | |
| 1027 'browser/chrome_plugin_host.cc', | |
| 1028 'browser/chrome_plugin_host.h', | |
| 1029 'browser/chrome_thread.cc', | |
| 1030 'browser/chrome_thread.h', | |
| 1031 'browser/command_updater.cc', | |
| 1032 'browser/command_updater.h', | |
| 1033 'browser/cross_site_request_manager.cc', | |
| 1034 'browser/cross_site_request_manager.h', | |
| 1035 'browser/dock_info.cc', | |
| 1036 'browser/dock_info.h', | |
| 1037 'browser/dom_operation_notification_details.h', | |
| 1038 'browser/drag_utils.cc', | |
| 1039 'browser/drag_utils.h', | |
| 1040 'browser/encoding_menu_controller_delegate.cc', | |
| 1041 'browser/encoding_menu_controller_delegate.h', | |
| 1042 'browser/external_protocol_handler.cc', | |
| 1043 'browser/external_protocol_handler.h', | |
| 1044 'browser/external_tab_container.cc', | |
| 1045 'browser/external_tab_container.h', | |
| 1046 'browser/fav_icon_helper.cc', | |
| 1047 'browser/fav_icon_helper.h', | |
| 1048 'browser/find_notification_details.h', | |
| 1049 'browser/first_run.cc', | |
| 1050 'browser/first_run.h', | |
| 1051 'browser/gears_integration.cc', | |
| 1052 'browser/gears_integration.h', | |
| 1053 'browser/google_update.cc', | |
| 1054 'browser/google_update.h', | |
| 1055 'browser/google_url_tracker.cc', | |
| 1056 'browser/google_url_tracker.h', | |
| 1057 'browser/google_util.cc', | |
| 1058 'browser/google_util.h', | |
| 1059 'browser/icon_loader.cc', | |
| 1060 'browser/icon_loader.h', | |
| 1061 'browser/icon_manager.cc', | |
| 1062 'browser/icon_manager.h', | |
| 1063 'browser/ime_input.cc', | |
| 1064 'browser/ime_input.h', | |
| 1065 'browser/jankometer.cc', | |
| 1066 'browser/jankometer.h', | |
| 1067 'browser/js_before_unload_handler.h', | |
| 1068 'browser/js_before_unload_handler_win.cc', | |
| 1069 'browser/js_before_unload_handler_win.h', | |
| 1070 'browser/jsmessage_box_handler.h', | |
| 1071 'browser/jsmessage_box_handler_win.cc', | |
| 1072 'browser/jsmessage_box_handler_win.h', | |
| 1073 'browser/load_from_memory_cache_details.h', | |
| 1074 'browser/load_notification_details.h', | |
| 1075 'browser/location_bar.h', | |
| 1076 'browser/login_prompt.cc', | |
| 1077 'browser/login_prompt.h', | |
| 1078 'browser/memory_details.cc', | |
| 1079 'browser/memory_details.h', | |
| 1080 'browser/meta_table_helper.cc', | |
| 1081 'browser/meta_table_helper.h', | |
| 1082 'browser/modal_html_dialog_delegate.cc', | |
| 1083 'browser/modal_html_dialog_delegate.h', | |
| 1084 'browser/options_window.h', | |
| 1085 'browser/page_state.cc', | |
| 1086 'browser/page_state.h', | |
| 1087 'browser/plugin_installer.cc', | |
| 1088 'browser/plugin_installer.h', | |
| 1089 'browser/plugin_process_host.cc', | |
| 1090 'browser/plugin_process_host.h', | |
| 1091 'browser/plugin_service.cc', | |
| 1092 'browser/plugin_service.h', | |
| 1093 'browser/process_singleton.h', | |
| 1094 'browser/process_singleton_linux.cc', | |
| 1095 'browser/process_singleton_win.cc', | |
| 1096 'browser/profile.cc', | |
| 1097 'browser/profile.h', | |
| 1098 'browser/profile_manager.cc', | |
| 1099 'browser/profile_manager.h', | |
| 1100 'browser/sandbox_policy.cc', | |
| 1101 'browser/sandbox_policy.h', | |
| 1102 'browser/session_startup_pref.cc', | |
| 1103 'browser/session_startup_pref.h', | |
| 1104 'browser/shell_dialogs.h', | |
| 1105 'browser/shell_integration.cc', | |
| 1106 'browser/shell_integration.h', | |
| 1107 'browser/spellcheck_worditerator.cc', | |
| 1108 'browser/spellcheck_worditerator.h', | |
| 1109 'browser/spellchecker.cc', | |
| 1110 'browser/spellchecker.h', | |
| 1111 'browser/status_bubble.h', | |
| 1112 'browser/task_manager.cc', | |
| 1113 'browser/task_manager.h', | |
| 1114 'browser/task_manager_resource_providers.cc', | |
| 1115 'browser/task_manager_resource_providers.h', | |
| 1116 'browser/toolbar_model.cc', | |
| 1117 'browser/toolbar_model.h', | |
| 1118 'browser/user_data_manager.cc', | |
| 1119 'browser/user_data_manager.h', | |
| 1120 'browser/view_ids.h', | |
| 1121 'browser/visitedlink_master.cc', | |
| 1122 'browser/visitedlink_master.h', | |
| 1123 'browser/window_sizer.cc', | |
| 1124 'browser/window_sizer.h', | |
| 1125 ], | 1137 ], |
| 1126 'conditions': [ | 1138 'conditions': [ |
| 1139 ['OS=="win"', { | |
| 1140 'defines': [ | |
| 1141 '__STD_C', | |
| 1142 '_CRT_SECURE_NO_DEPRECATE', | |
| 1143 '_SCL_SECURE_NO_DEPRECATE', | |
| 1144 ], | |
| 1145 'include_dirs': [ | |
| 1146 'third_party/wtl/include', | |
| 1147 ], | |
| 1148 'dependencies': [ | |
| 1149 '../net/net.gyp:net_resources', | |
| 1150 '../google_update/google_update.gyp:google_update', | |
| 1151 'installer/util/util.gyp:installer_util', | |
| 1152 ], | |
| 1153 'sources': [ | |
| 1154 # Using built-in rule in vstudio for midl. | |
| 1155 'browser/history/history_indexer.idl', | |
| 1156 ], | |
| 1157 'sources!': [ | |
| 1158 'browser/autocomplete/edit_drop_target.cc', | |
| 1159 'browser/autocomplete/edit_drop_target.h', | |
| 1160 'browser/download/save_page_model.cc', | |
| 1161 'browser/download/save_page_model.h', | |
| 1162 'browser/history/history_publisher_none.cc', | |
| 1163 ], | |
| 1164 },], | |
| 1127 ['OS!="win"', { | 1165 ['OS!="win"', { |
|
Mark Mentovai
2009/03/06 17:36:10
This can become an "else" clause of the above cond
bradn
2009/03/06 23:02:11
Done.
| |
| 1128 'sources/': [ | 1166 'sources/': [ |
| 1129 # Exclude most of automation. | 1167 # Exclude most of automation. |
| 1130 ['exclude', '^browser/automation/'], | 1168 ['exclude', '^browser/automation/'], |
| 1131 ['include', '^browser/automation/automation_provider\\.cc$'], | 1169 ['include', '^browser/automation/automation_provider\\.cc$'], |
| 1132 ['include', '^browser/automation/automation_provider_list\\.cc$'], | 1170 ['include', '^browser/automation/automation_provider_list\\.cc$'], |
| 1133 ['include', '^browser/automation/automation_resource_tracker\\.cc$'] , | 1171 ['include', '^browser/automation/automation_resource_tracker\\.cc$'] , |
| 1134 ['include', '^browser/automation/url_request_[^/]*_job\\.cc$'], | 1172 ['include', '^browser/automation/url_request_[^/]*_job\\.cc$'], |
| 1135 | 1173 |
| 1136 # Exclude most of download. | 1174 # Exclude most of download. |
| 1137 ['exclude', '^browser/download/'], | 1175 ['exclude', '^browser/download/'], |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 1150 ['exclude', '^browser/printing/'], | 1188 ['exclude', '^browser/printing/'], |
| 1151 ['include', '^browser/printing/page_(number|range|setup)\\.cc$'], | 1189 ['include', '^browser/printing/page_(number|range|setup)\\.cc$'], |
| 1152 | 1190 |
| 1153 # Exclude all of rlz. | 1191 # Exclude all of rlz. |
| 1154 ['exclude', '^browser/rlz/'], | 1192 ['exclude', '^browser/rlz/'], |
| 1155 | 1193 |
| 1156 # Exclude all of views. | 1194 # Exclude all of views. |
| 1157 ['exclude', '^browser/views/'], | 1195 ['exclude', '^browser/views/'], |
| 1158 ], | 1196 ], |
| 1159 'sources!': [ | 1197 'sources!': [ |
| 1198 'browser/app_modal_dialog_queue.cc', | |
| 1160 'browser/autocomplete/autocomplete_accessibility.cc', | 1199 'browser/autocomplete/autocomplete_accessibility.cc', |
| 1161 'browser/autocomplete/autocomplete_edit.cc', | 1200 'browser/autocomplete/autocomplete_edit.cc', |
| 1162 'browser/autocomplete/autocomplete_popup_model.cc', | 1201 'browser/autocomplete/autocomplete_popup_model.cc', |
| 1163 'browser/autocomplete/edit_drop_target.cc', | 1202 'browser/autocomplete/edit_drop_target.cc', |
| 1164 'browser/bookmarks/bookmark_context_menu.cc', | 1203 'browser/bookmarks/bookmark_context_menu.cc', |
| 1165 'browser/bookmarks/bookmark_drop_info.cc', | 1204 'browser/bookmarks/bookmark_drop_info.cc', |
| 1205 'browser/browser_accessibility.cc', | |
| 1206 'browser/browser_accessibility_manager.cc', | |
| 1166 'browser/debugger/debugger_view.cc', | 1207 'browser/debugger/debugger_view.cc', |
| 1167 'browser/debugger/debugger_window.cc', | 1208 'browser/debugger/debugger_window.cc', |
| 1209 'browser/debugger/dev_tools_window.cc', | |
| 1210 'browser/debugger/dev_tools_window.h', | |
| 1168 'browser/dom_ui/html_dialog_contents.cc', | 1211 'browser/dom_ui/html_dialog_contents.cc', |
| 1169 'browser/importer/ie_importer.cc', | 1212 'browser/importer/ie_importer.cc', |
| 1170 'browser/tab_contents/render_view_context_menu_controller.cc', | 1213 'browser/tab_contents/render_view_context_menu_controller.cc', |
| 1171 'browser/tab_contents/web_drag_source.cc', | 1214 'browser/tab_contents/web_drag_source.cc', |
| 1172 'browser/tab_contents/web_drop_target.cc', | 1215 'browser/tab_contents/web_drop_target.cc', |
| 1173 'browser/app_modal_dialog_queue.cc', | 1216 'browser/app_modal_dialog_queue.cc', |
| 1174 'browser/browser_accessibility.cc', | 1217 'browser/browser_accessibility.cc', |
| 1175 'browser/browser_accessibility_manager.cc', | 1218 'browser/browser_accessibility_manager.cc', |
| 1176 'browser/dock_info.cc', | 1219 'browser/dock_info.cc', |
| 1177 'browser/drag_utils.cc', | 1220 'browser/drag_utils.cc', |
| 1178 'browser/encoding_menu_controller_delegate.cc', | 1221 'browser/encoding_menu_controller_delegate.cc', |
| 1179 'browser/external_protocol_handler.cc', | 1222 'browser/external_protocol_handler.cc', |
| 1180 'browser/external_tab_container.cc', | 1223 'browser/external_tab_container.cc', |
| 1181 'browser/first_run.cc', | 1224 'browser/first_run.cc', |
| 1182 'browser/google_update.cc', | 1225 'browser/google_update.cc', |
| 1226 'browser/history/history_indexer.idl', | |
| 1227 'browser/history_tab_ui.cc', | |
| 1228 'browser/history_view.cc', | |
| 1183 'browser/icon_loader.cc', | 1229 'browser/icon_loader.cc', |
| 1184 'browser/icon_manager.cc', | 1230 'browser/icon_manager.cc', |
| 1185 'browser/ime_input.cc', | 1231 'browser/ime_input.cc', |
| 1232 'browser/importer/ie_importer.cc', | |
| 1186 'browser/jankometer.cc', | 1233 'browser/jankometer.cc', |
| 1187 'browser/login_prompt.cc', | 1234 'browser/login_prompt.cc', |
| 1188 'browser/memory_details.cc', | 1235 'browser/memory_details.cc', |
| 1189 'browser/modal_html_dialog_delegate.cc', | 1236 'browser/modal_html_dialog_delegate.cc', |
| 1190 'browser/sandbox_policy.cc', | 1237 'browser/sandbox_policy.cc', |
| 1191 'browser/shell_integration.cc', | 1238 'browser/shell_integration.cc', |
| 1239 'browser/tab_contents/render_view_context_menu_controller.cc', | |
| 1240 'browser/tab_contents/web_drag_source.cc', | |
| 1241 'browser/tab_contents/web_drop_target.cc', | |
| 1192 'browser/task_manager.cc', | 1242 'browser/task_manager.cc', |
| 1193 'browser/task_manager_resource_providers.cc', | 1243 'browser/task_manager_resource_providers.cc', |
| 1194 'browser/window_sizer.cc', | 1244 'browser/window_sizer.cc', |
| 1195 ], | 1245 ], |
| 1196 }], | 1246 }], |
| 1197 ], | 1247 ], |
| 1198 }, | 1248 }, |
| 1199 { | 1249 { |
| 1200 'target_name': 'renderer', | 1250 'target_name': 'renderer', |
| 1201 'type': 'static_library', | 1251 'type': 'static_library', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1276 'renderer/webmediaplayer_delegate_impl.h', | 1326 'renderer/webmediaplayer_delegate_impl.h', |
| 1277 'renderer/webplugin_delegate_proxy.cc', | 1327 'renderer/webplugin_delegate_proxy.cc', |
| 1278 'renderer/webplugin_delegate_proxy.h', | 1328 'renderer/webplugin_delegate_proxy.h', |
| 1279 ], | 1329 ], |
| 1280 'link_settings': { | 1330 'link_settings': { |
| 1281 'mac_bundle_resources': [ | 1331 'mac_bundle_resources': [ |
| 1282 'renderer/renderer.sb', | 1332 'renderer/renderer.sb', |
| 1283 ], | 1333 ], |
| 1284 }, | 1334 }, |
| 1285 'conditions': [ | 1335 'conditions': [ |
| 1336 ['OS=="win"', { | |
| 1337 'include_dirs': [ | |
| 1338 'third_party/wtl/include', | |
| 1339 ], | |
| 1340 'dependencies': [ | |
| 1341 'plugin', | |
| 1342 ], | |
| 1343 },], | |
| 1286 ['OS!="win"', { | 1344 ['OS!="win"', { |
| 1287 'sources!': [ | 1345 'sources!': [ |
| 1288 'renderer/chrome_plugin_host.cc', | 1346 'renderer/chrome_plugin_host.cc', |
| 1289 'renderer/plugin_channel_host.cc', | 1347 'renderer/plugin_channel_host.cc', |
| 1290 'renderer/webplugin_delegate_proxy.cc', | 1348 'renderer/webplugin_delegate_proxy.cc', |
| 1291 ], | 1349 ], |
| 1292 }], | 1350 },], |
| 1293 ], | 1351 ], |
| 1294 }, | 1352 }, |
| 1295 { | 1353 { |
| 1296 'target_name': 'app', | 1354 'target_name': 'app', |
| 1297 'type': 'application', | 1355 'type': 'application', |
| 1298 'dependencies': [ | 1356 'dependencies': [ |
| 1299 'common', | 1357 'common', |
| 1300 'browser', | 1358 'browser', |
| 1301 'renderer', | 1359 'renderer', |
| 1302 ], | 1360 ], |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1340 'mac_bundle_resources!': [ | 1398 'mac_bundle_resources!': [ |
| 1341 'app/app-Info.plist', | 1399 'app/app-Info.plist', |
| 1342 ], | 1400 ], |
| 1343 'xcode_settings': { | 1401 'xcode_settings': { |
| 1344 'INFOPLIST_FILE': 'app/app-Info.plist', | 1402 'INFOPLIST_FILE': 'app/app-Info.plist', |
| 1345 }, | 1403 }, |
| 1346 'conditions': [ | 1404 'conditions': [ |
| 1347 ['OS=="mac"', { | 1405 ['OS=="mac"', { |
| 1348 # 'branding' is a variable defined in common.gypi | 1406 # 'branding' is a variable defined in common.gypi |
| 1349 # (e.g. "Chromium", "Chrome") | 1407 # (e.g. "Chromium", "Chrome") |
| 1350 » 'product_name': '<(branding)', | 1408 'product_name': '<(branding)', |
| 1351 » 'conditions': [ | 1409 'conditions': [ |
| 1352 ['branding=="Chrome"', { | 1410 ['branding=="Chrome"', { |
| 1353 'mac_bundle_resources': ['app/theme/google_chrome/chrome.icns'], | 1411 'mac_bundle_resources': ['app/theme/google_chrome/chrome.icns'], |
| 1354 }, { # else: branding!="Chrome" | 1412 }, { # else: branding!="Chrome" |
| 1355 'mac_bundle_resources': ['app/theme/chromium/chromium.icns'], | 1413 'mac_bundle_resources': ['app/theme/chromium/chromium.icns'], |
| 1356 }], | 1414 }], |
| 1357 ], | 1415 ], |
| 1358 }], | 1416 }], |
| 1417 ['OS=="win"', { | |
| 1418 'include_dirs': [ | |
| 1419 'third_party/wtl/include', | |
| 1420 ], | |
| 1421 'dependencies': [ | |
| 1422 'views', | |
| 1423 '../breakpad/breakpad.gyp:breakpad_handler', | |
| 1424 ], | |
| 1425 },], | |
| 1359 ['OS!="win"', { | 1426 ['OS!="win"', { |
|
Mark Mentovai
2009/03/06 17:36:10
me too
bradn
2009/03/06 23:02:11
Done.
| |
| 1360 'variables': { | 1427 'variables': { |
| 1361 'repack_path': '../tools/data_pack/repack.py', | 1428 'repack_path': '../tools/data_pack/repack.py', |
| 1362 }, | 1429 }, |
| 1363 'actions': [ | 1430 'actions': [ |
| 1364 { | 1431 { |
| 1365 'action_name': 'repack_chrome', | 1432 'action_name': 'repack_chrome', |
| 1366 'variables': { | 1433 'variables': { |
| 1367 'pak_inputs': [ | 1434 'pak_inputs': [ |
| 1368 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.pak', | 1435 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.pak', |
| 1369 '<(SHARED_INTERMEDIATE_DIR)/chrome/debugger_resources.pak', | 1436 '<(SHARED_INTERMEDIATE_DIR)/chrome/debugger_resources.pak', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1505 'common/ipc_tests.cc', | 1572 'common/ipc_tests.cc', |
| 1506 'common/ipc_tests.h', | 1573 'common/ipc_tests.h', |
| 1507 ], | 1574 ], |
| 1508 }, | 1575 }, |
| 1509 { | 1576 { |
| 1510 'target_name': 'ui_tests', | 1577 'target_name': 'ui_tests', |
| 1511 'type': 'executable', | 1578 'type': 'executable', |
| 1512 'dependencies': [ | 1579 'dependencies': [ |
| 1513 'browser', | 1580 'browser', |
| 1514 'common', | 1581 'common', |
| 1582 'resources', | |
| 1515 'test_support', | 1583 'test_support', |
| 1516 '../base/base.gyp:base', | 1584 '../base/base.gyp:base', |
| 1585 '../skia/skia.gyp:skia', | |
| 1517 '../testing/gtest.gyp:gtest', | 1586 '../testing/gtest.gyp:gtest', |
| 1518 ], | 1587 ], |
| 1519 'include_dirs': [ | 1588 'include_dirs': [ |
| 1520 '..', | 1589 '..', |
| 1521 ], | 1590 ], |
| 1522 'sources': [ | 1591 'sources': [ |
| 1523 'test/ui/run_all_unittests.cc', | 1592 'test/ui/run_all_unittests.cc', |
| 1524 'test/unit/run_all_unittests.cc', | 1593 'test/unit/run_all_unittests.cc', |
| 1594 'test/ui/ui_test.cc', | |
| 1595 'test/ui/ui_test.h', | |
| 1596 'test/ui/ui_test_suite.cc', | |
| 1597 'test/ui/ui_test_suite.h', | |
| 1598 'test/automation/automation_proxy.cc', | |
| 1599 'test/automation/automation_proxy.h', | |
| 1600 'test/automation/automation_handle_tracker.cc', | |
| 1601 'test/automation/automation_handle_tracker.h', | |
| 1602 'test/automation/browser_proxy.cc', | |
| 1603 'test/automation/browser_proxy.h', | |
| 1604 'test/automation/tab_proxy.cc', | |
| 1605 'test/automation/tab_proxy.h', | |
| 1606 'test/automation/window_proxy.cc', | |
| 1607 'test/automation/window_proxy.h', | |
| 1525 ], | 1608 ], |
| 1526 'conditions': [ | 1609 'conditions': [ |
| 1527 ['OS=="mac"', { | 1610 ['OS=="mac"', { |
| 1528 # mac tests load the resources from the built app beside the test | 1611 # mac tests load the resources from the built app beside the test |
| 1529 'dependencies': ['app'], | 1612 'dependencies': ['app'], |
| 1530 }], | 1613 }], |
| 1531 # There are only real ui_tests on Windows. On other platforms, | 1614 # There are only real ui_tests on Windows. On other platforms, |
| 1532 # there's just a dummy stub that looks like a test. Since it's not | 1615 # there's just a dummy stub that looks like a test. Since it's not |
| 1533 # a real ui_tests executable, it builds test/unit/run_all_unittests.cc | 1616 # a real ui_tests executable, it builds test/unit/run_all_unittests.cc |
| 1534 # instead of the one in test/ui, and excludes all other files. The | 1617 # instead of the one in test/ui, and excludes all other files. The |
| 1535 # runner in test/unit should not be built on Windows. | 1618 # runner in test/unit should not be built on Windows. |
| 1536 ['OS=="win"', { | 1619 ['OS=="win"', { |
| 1537 'sources/': [ | 1620 'include_dirs': [ |
| 1538 ['exclude', '^test/unit/run_all_unittests\\.cc$'], | 1621 'third_party/wtl/include', |
| 1622 ], | |
| 1623 'sources!': [ | |
| 1624 'test/unit/run_all_unittests.cc', | |
| 1625 ], | |
| 1626 'dependencies': [ | |
| 1627 '../google_update/google_update.gyp:google_update', | |
| 1628 'views', | |
| 1539 ], | 1629 ], |
| 1540 }, { # else: OS!="win" | 1630 }, { # else: OS!="win" |
| 1541 'sources/': [ | 1631 'sources!': [ |
|
Mark Mentovai
2009/03/06 17:36:10
Since we really want to exclude everything other t
bradn
2009/03/06 23:02:11
Done.
| |
| 1542 ['exclude', ''], | 1632 'test/ui/run_all_unittests.cc', |
| 1543 ['include', '^test/unit/run_all_unittests\\.cc$'], | 1633 'test/ui/ui_test.cc', |
| 1634 'test/ui/ui_test.h', | |
| 1635 'test/ui/ui_test_suite.cc', | |
| 1636 'test/ui/ui_test_suite.h', | |
| 1637 'test/automation/automation_proxy.cc', | |
| 1638 'test/automation/automation_proxy.h', | |
| 1639 'test/automation/automation_handle_tracker.cc', | |
| 1640 'test/automation/automation_handle_tracker.h', | |
| 1641 'test/automation/browser_proxy.cc', | |
| 1642 'test/automation/browser_proxy.h', | |
| 1643 'test/automation/tab_proxy.cc', | |
| 1644 'test/automation/tab_proxy.h', | |
| 1645 'test/automation/window_proxy.cc', | |
| 1646 'test/automation/window_proxy.h', | |
| 1544 ], | 1647 ], |
| 1545 }], | 1648 }], |
| 1546 ], | 1649 ], |
| 1547 }, | 1650 }, |
| 1548 { | 1651 { |
| 1549 'target_name': 'unit_tests', | 1652 'target_name': 'unit_tests', |
| 1550 'type': 'executable', | 1653 'type': 'executable', |
| 1551 'dependencies': [ | 1654 'dependencies': [ |
| 1552 'browser', | 1655 'browser', |
| 1553 'common', | 1656 'common', |
| 1554 'renderer', | 1657 'renderer', |
| 1555 'resources', | 1658 'resources', |
| 1556 'test_support', | 1659 'test_support', |
| 1660 '../webkit/webkit.gyp:webkit', | |
| 1557 '../skia/skia.gyp:skia', | 1661 '../skia/skia.gyp:skia', |
| 1558 '../testing/gtest.gyp:gtest', | 1662 '../testing/gtest.gyp:gtest', |
| 1559 '../third_party/icu38/icu38.gyp:icui18n', | 1663 '../third_party/icu38/icu38.gyp:icui18n', |
| 1560 '../third_party/icu38/icu38.gyp:icuuc', | 1664 '../third_party/icu38/icu38.gyp:icuuc', |
| 1561 '../third_party/libxml/libxml.gyp:libxml', | 1665 '../third_party/libxml/libxml.gyp:libxml', |
| 1562 '../third_party/npapi/npapi.gyp:npapi', | 1666 '../third_party/npapi/npapi.gyp:npapi', |
| 1563 ], | 1667 ], |
| 1564 'include_dirs': [ | 1668 'include_dirs': [ |
| 1565 '..', | 1669 '..', |
| 1566 ], | 1670 ], |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1625 'browser/safe_browsing/protocol_manager_unittest.cc', | 1729 'browser/safe_browsing/protocol_manager_unittest.cc', |
| 1626 'browser/safe_browsing/protocol_parser_unittest.cc', | 1730 'browser/safe_browsing/protocol_parser_unittest.cc', |
| 1627 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 1731 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
| 1628 'browser/safe_browsing/safe_browsing_util_unittest.cc', | 1732 'browser/safe_browsing/safe_browsing_util_unittest.cc', |
| 1629 'browser/search_engines/template_url_model_unittest.cc', | 1733 'browser/search_engines/template_url_model_unittest.cc', |
| 1630 'browser/search_engines/template_url_parser_unittest.cc', | 1734 'browser/search_engines/template_url_parser_unittest.cc', |
| 1631 'browser/search_engines/template_url_prepopulate_data_unittest.cc', | 1735 'browser/search_engines/template_url_prepopulate_data_unittest.cc', |
| 1632 'browser/search_engines/template_url_unittest.cc', | 1736 'browser/search_engines/template_url_unittest.cc', |
| 1633 'browser/sessions/session_backend_unittest.cc', | 1737 'browser/sessions/session_backend_unittest.cc', |
| 1634 'browser/sessions/session_service_unittest.cc', | 1738 'browser/sessions/session_service_unittest.cc', |
| 1739 'browser/sessions/session_service_test_helper.cc', | |
| 1740 'browser/sessions/session_service_test_helper.h', | |
| 1635 'browser/sessions/tab_restore_service_unittest.cc', | 1741 'browser/sessions/tab_restore_service_unittest.cc', |
| 1636 'browser/tab_contents/web_contents_unittest.cc', | 1742 'browser/tab_contents/web_contents_unittest.cc', |
| 1637 'browser/tabs/tab_strip_model_unittest.cc', | 1743 'browser/tabs/tab_strip_model_unittest.cc', |
| 1638 'browser/views/bookmark_editor_view_unittest.cc', | 1744 'browser/views/bookmark_editor_view_unittest.cc', |
| 1639 'browser/views/find_bar_win_unittest.cc', | 1745 'browser/views/find_bar_win_unittest.cc', |
| 1640 'browser/views/keyword_editor_view_unittest.cc', | 1746 'browser/views/keyword_editor_view_unittest.cc', |
| 1641 'browser/webdata/web_database_unittest.cc', | 1747 'browser/webdata/web_database_unittest.cc', |
| 1642 'browser/back_forward_menu_model_unittest.cc', | 1748 'browser/back_forward_menu_model_unittest.cc', |
| 1643 'browser/browser_commands_unittest.cc', | 1749 'browser/browser_commands_unittest.cc', |
| 1644 'browser/cache_manager_host_unittest.cc', | 1750 'browser/cache_manager_host_unittest.cc', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1678 'common/win_util_unittest.cc', | 1784 'common/win_util_unittest.cc', |
| 1679 'common/worker_thread_ticker_unittest.cc', | 1785 'common/worker_thread_ticker_unittest.cc', |
| 1680 'renderer/extensions/greasemonkey_api_unittest.cc', | 1786 'renderer/extensions/greasemonkey_api_unittest.cc', |
| 1681 'renderer/net/render_dns_master_unittest.cc', | 1787 'renderer/net/render_dns_master_unittest.cc', |
| 1682 'renderer/net/render_dns_queue_unittest.cc', | 1788 'renderer/net/render_dns_queue_unittest.cc', |
| 1683 'renderer/render_process_unittest.cc', | 1789 'renderer/render_process_unittest.cc', |
| 1684 'renderer/render_thread_unittest.cc', | 1790 'renderer/render_thread_unittest.cc', |
| 1685 'renderer/render_view_unittest.cc', | 1791 'renderer/render_view_unittest.cc', |
| 1686 'renderer/render_widget_unittest.cc', | 1792 'renderer/render_widget_unittest.cc', |
| 1687 'renderer/renderer_main_unittest.cc', | 1793 'renderer/renderer_main_unittest.cc', |
| 1794 'test/v8_unit_test.cc', | |
| 1795 'test/v8_unit_test.h', | |
| 1796 'test/browser_with_test_window_test.cc', | |
| 1797 'test/browser_with_test_window_test.h', | |
| 1798 'test/test_notification_tracker.cc', | |
| 1799 'test/test_notification_tracker.h', | |
| 1688 'test/unit/run_all_unittests.cc', | 1800 'test/unit/run_all_unittests.cc', |
| 1689 ], | 1801 ], |
| 1690 'conditions': [ | 1802 'conditions': [ |
| 1803 ['OS=="win"', { | |
| 1804 'defines': [ | |
| 1805 '__STD_C', | |
| 1806 '_CRT_SECURE_NO_DEPRECATE', | |
| 1807 '_SCL_SECURE_NO_DEPRECATE', | |
| 1808 ], | |
| 1809 'include_dirs': [ | |
| 1810 'third_party/wtl/include', | |
| 1811 ], | |
| 1812 'sources!': [ | |
| 1813 'common/file_descriptor_set_unittest.cc', | |
| 1814 'common/net/url_util_unittest.cc', | |
| 1815 ], | |
| 1816 'dependencies': [ | |
| 1817 'views', | |
| 1818 ], | |
| 1819 },], | |
| 1691 ['OS=="mac"', { | 1820 ['OS=="mac"', { |
| 1692 # mac tests load the resources from the built app beside the test | 1821 # mac tests load the resources from the built app beside the test |
| 1693 'dependencies': ['app'], | 1822 'dependencies': ['app'], |
| 1694 }], | 1823 }], |
| 1695 ['OS!="win"', { | 1824 ['OS!="win"', { |
| 1696 'sources!': [ | 1825 'sources!': [ |
| 1697 'browser/autocomplete/autocomplete_unittest.cc', | 1826 'browser/autocomplete/autocomplete_unittest.cc', |
| 1698 'browser/autocomplete/history_contents_provider_unittest.cc', | 1827 'browser/autocomplete/history_contents_provider_unittest.cc', |
| 1699 'browser/autocomplete/history_url_provider_unittest.cc', | 1828 'browser/autocomplete/history_url_provider_unittest.cc', |
| 1700 'browser/autocomplete/keyword_provider_unittest.cc', | 1829 'browser/autocomplete/keyword_provider_unittest.cc', |
| (...skipping 13 matching lines...) Expand all Loading... | |
| 1714 'browser/net/url_fetcher_unittest.cc', | 1843 'browser/net/url_fetcher_unittest.cc', |
| 1715 'browser/net/url_fixer_upper_unittest.cc', | 1844 'browser/net/url_fixer_upper_unittest.cc', |
| 1716 'browser/password_manager/encryptor_unittest.cc', | 1845 'browser/password_manager/encryptor_unittest.cc', |
| 1717 'browser/password_manager/password_form_manager_unittest.cc', | 1846 'browser/password_manager/password_form_manager_unittest.cc', |
| 1718 'browser/printing/page_number_unittest.cc', | 1847 'browser/printing/page_number_unittest.cc', |
| 1719 'browser/printing/page_overlays_unittest.cc', | 1848 'browser/printing/page_overlays_unittest.cc', |
| 1720 'browser/printing/print_job_unittest.cc', | 1849 'browser/printing/print_job_unittest.cc', |
| 1721 'browser/rlz/rlz_unittest.cc', | 1850 'browser/rlz/rlz_unittest.cc', |
| 1722 'browser/sessions/session_backend_unittest.cc', | 1851 'browser/sessions/session_backend_unittest.cc', |
| 1723 'browser/sessions/session_service_unittest.cc', | 1852 'browser/sessions/session_service_unittest.cc', |
| 1853 'browser/sessions/session_service_test_helper.cc', | |
| 1854 'browser/sessions/session_service_test_helper.h', | |
| 1724 'browser/sessions/tab_restore_service_unittest.cc', | 1855 'browser/sessions/tab_restore_service_unittest.cc', |
| 1725 'browser/tab_contents/web_contents_unittest.cc', | 1856 'browser/tab_contents/web_contents_unittest.cc', |
| 1726 'browser/tabs/tab_strip_model_unittest.cc', | 1857 'browser/tabs/tab_strip_model_unittest.cc', |
| 1727 'browser/views/bookmark_editor_view_unittest.cc', | 1858 'browser/views/bookmark_editor_view_unittest.cc', |
| 1728 'browser/views/find_bar_win_unittest.cc', | 1859 'browser/views/find_bar_win_unittest.cc', |
| 1729 'browser/views/keyword_editor_view_unittest.cc', | 1860 'browser/views/keyword_editor_view_unittest.cc', |
| 1730 'browser/back_forward_menu_model_unittest.cc', | 1861 'browser/back_forward_menu_model_unittest.cc', |
| 1731 'browser/browser_commands_unittest.cc', | 1862 'browser/browser_commands_unittest.cc', |
| 1732 'browser/login_prompt_unittest.cc', | 1863 'browser/login_prompt_unittest.cc', |
| 1733 'browser/navigation_controller_unittest.cc', | 1864 'browser/navigation_controller_unittest.cc', |
| 1734 'browser/visitedlink_unittest.cc', | 1865 'browser/visitedlink_unittest.cc', |
| 1735 'browser/webdata/web_database_unittest.cc', | 1866 'browser/webdata/web_database_unittest.cc', |
| 1736 'browser/window_sizer_unittest.cc', | 1867 'browser/window_sizer_unittest.cc', |
| 1737 'common/gfx/emf_unittest.cc', | 1868 'common/gfx/emf_unittest.cc', |
| 1738 'common/gfx/icon_util_unittest.cc', | 1869 'common/gfx/icon_util_unittest.cc', |
| 1739 'common/net/url_util_unittest.cc', | 1870 'common/net/url_util_unittest.cc', |
| 1740 'common/chrome_plugin_unittest.cc', | 1871 'common/chrome_plugin_unittest.cc', |
| 1741 'common/os_exchange_data_unittest.cc', | 1872 'common/os_exchange_data_unittest.cc', |
| 1742 'common/pref_service_unittest.cc', | 1873 'common/pref_service_unittest.cc', |
| 1743 'common/time_format_unittest.cc', | 1874 'common/time_format_unittest.cc', |
| 1744 'renderer/render_view_unittest.cc', | 1875 'renderer/render_view_unittest.cc', |
| 1745 'renderer/render_widget_unittest.cc', | 1876 'renderer/render_widget_unittest.cc', |
| 1877 'test/v8_unit_test.cc', | |
| 1878 'test/v8_unit_test.h', | |
| 1879 'test/browser_with_test_window_test.cc', | |
| 1880 'test/browser_with_test_window_test.h', | |
| 1881 'test/test_notification_tracker.cc', | |
| 1882 'test/test_notification_tracker.h', | |
| 1883 'test/unit/run_all_unittests.cc', | |
| 1746 ], | 1884 ], |
| 1747 }], | 1885 }], |
| 1748 ], | 1886 ], |
| 1749 }, | 1887 }, |
| 1750 ], | 1888 ], |
| 1751 # On Mac only, add a project target called "package_app" that only | 1889 # On Mac only, add a project target called "package_app" that only |
| 1752 # runs a shell script (package_chrome.sh). | 1890 # runs a shell script (package_chrome.sh). |
| 1753 'conditions': [ | 1891 'conditions': [ |
| 1754 ['OS=="mac"', | 1892 ['OS=="mac"', |
| 1755 { 'targets': [ | 1893 { 'targets': [ |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 1766 { | 1904 { |
| 1767 'inputs': [], | 1905 'inputs': [], |
| 1768 'outputs': [], | 1906 'outputs': [], |
| 1769 'action_name': 'package_chrome', | 1907 'action_name': 'package_chrome', |
| 1770 'action': ['tools/mac/package_chrome.sh' ], | 1908 'action': ['tools/mac/package_chrome.sh' ], |
| 1771 }, | 1909 }, |
| 1772 ], # 'actions' | 1910 ], # 'actions' |
| 1773 }, | 1911 }, |
| 1774 ]}, # 'targets' | 1912 ]}, # 'targets' |
| 1775 ], # OS=="mac" | 1913 ], # OS=="mac" |
| 1914 ['OS=="win"', | |
| 1915 { 'targets': [ | |
| 1916 { | |
| 1917 'target_name': 'views', | |
| 1918 'type': 'static_library', | |
| 1919 'dependencies': [ | |
| 1920 'common', | |
| 1921 'resources', | |
| 1922 '../media/media.gyp:media', | |
| 1923 '../skia/skia.gyp:skia', | |
| 1924 '../third_party/icu38/icu38.gyp:icui18n', | |
| 1925 '../third_party/icu38/icu38.gyp:icuuc', | |
| 1926 '../third_party/libxml/libxml.gyp:libxml', | |
| 1927 '../third_party/npapi/npapi.gyp:npapi', | |
| 1928 'third_party/hunspell/hunspell.gyp:hunspell', | |
| 1929 ], | |
| 1930 'include_dirs': [ | |
| 1931 '..', | |
| 1932 # TODO(bradnelson): this should really be from a dependency on | |
| 1933 # webkit_resources. | |
| 1934 '<(SHARED_INTERMEDIATE_DIR)/webkit', | |
| 1935 '<(INTERMEDIATE_DIR)', | |
| 1936 ], | |
| 1937 'sources': [ | |
| 1938 # All .cc, .h, .m, and .mm files under browser except for tests and | |
| 1939 # mocks. | |
| 1940 'views/accelerator.cc', | |
| 1941 'views/accelerator.h', | |
| 1942 'views/accelerator_handler.cc', | |
| 1943 'views/accelerator_handler.h', | |
| 1944 'views/accessibility/accessible_wrapper.cc', | |
| 1945 'views/accessibility/accessible_wrapper.h', | |
| 1946 'views/accessibility/view_accessibility.cc', | |
| 1947 'views/accessibility/view_accessibility.h', | |
| 1948 'views/aero_tooltip_manager.cc', | |
| 1949 'views/aero_tooltip_manager.h', | |
| 1950 'views/app_modal_dialog_delegate.h', | |
| 1951 'views/background.cc', | |
| 1952 'views/background.h', | |
| 1953 'views/base_button.cc', | |
| 1954 'views/base_button.h', | |
| 1955 'views/bitmap_scroll_bar.cc', | |
| 1956 'views/bitmap_scroll_bar.h', | |
| 1957 'views/border.cc', | |
| 1958 'views/border.h', | |
| 1959 'views/button.cc', | |
| 1960 'views/button.h', | |
| 1961 'views/button_dropdown.cc', | |
| 1962 'views/button_dropdown.h', | |
| 1963 'views/checkbox.cc', | |
| 1964 'views/checkbox.h', | |
| 1965 'views/chrome_menu.cc', | |
| 1966 'views/chrome_menu.h', | |
| 1967 'views/client_view.cc', | |
| 1968 'views/client_view.h', | |
| 1969 'views/combo_box.cc', | |
| 1970 'views/combo_box.h', | |
| 1971 'views/controller.h', | |
| 1972 'views/custom_frame_view.cc', | |
| 1973 'views/custom_frame_view.h', | |
| 1974 'views/decision.cc', | |
| 1975 'views/decision.h', | |
| 1976 'views/dialog_client_view.cc', | |
| 1977 'views/dialog_client_view.h', | |
| 1978 'views/dialog_delegate.cc', | |
| 1979 'views/dialog_delegate.h', | |
| 1980 'views/event.cc', | |
| 1981 'views/event.h', | |
| 1982 'views/external_focus_tracker.cc', | |
| 1983 'views/external_focus_tracker.h', | |
| 1984 'views/focus_manager.cc', | |
| 1985 'views/focus_manager.h', | |
| 1986 'views/grid_layout.cc', | |
| 1987 'views/grid_layout.h', | |
| 1988 'views/group_table_view.cc', | |
| 1989 'views/group_table_view.h', | |
| 1990 'views/hwnd_notification_source.h', | |
| 1991 'views/hwnd_view.cc', | |
| 1992 'views/hwnd_view.h', | |
| 1993 'views/image_view.cc', | |
| 1994 'views/image_view.h', | |
| 1995 'views/label.cc', | |
| 1996 'views/label.h', | |
| 1997 'views/layout_manager.cc', | |
| 1998 'views/layout_manager.h', | |
| 1999 'views/link.cc', | |
| 2000 'views/link.h', | |
| 2001 'views/menu.cc', | |
| 2002 'views/menu.h', | |
| 2003 'views/menu_button.cc', | |
| 2004 'views/menu_button.h', | |
| 2005 'views/message_box_view.cc', | |
| 2006 'views/message_box_view.h', | |
| 2007 'views/native_button.cc', | |
| 2008 'views/native_button.h', | |
| 2009 'views/native_control.cc', | |
| 2010 'views/native_control.h', | |
| 2011 'views/native_frame_view.cc', | |
| 2012 'views/native_frame_view.h', | |
| 2013 'views/native_scroll_bar.cc', | |
| 2014 'views/native_scroll_bar.h', | |
| 2015 'views/non_client_view.cc', | |
| 2016 'views/non_client_view.h', | |
| 2017 'views/painter.cc', | |
| 2018 'views/painter.h', | |
| 2019 'views/radio_button.cc', | |
| 2020 'views/radio_button.h', | |
| 2021 'views/repeat_controller.cc', | |
| 2022 'views/repeat_controller.h', | |
| 2023 'views/root_view.cc', | |
| 2024 'views/root_view.h', | |
| 2025 'views/root_view_drop_target.cc', | |
| 2026 'views/root_view_drop_target.h', | |
| 2027 'views/root_view_gtk.cc', | |
| 2028 'views/root_view_win.cc', | |
| 2029 'views/scroll_bar.cc', | |
| 2030 'views/scroll_bar.h', | |
| 2031 'views/scroll_view.cc', | |
| 2032 'views/scroll_view.h', | |
| 2033 'views/separator.cc', | |
| 2034 'views/separator.h', | |
| 2035 'views/single_split_view.cc', | |
| 2036 'views/single_split_view.h', | |
| 2037 'views/tabbed_pane.cc', | |
| 2038 'views/tabbed_pane.h', | |
| 2039 'views/table_view.cc', | |
| 2040 'views/table_view.h', | |
| 2041 'views/text_button.cc', | |
| 2042 'views/text_button.h', | |
| 2043 'views/text_field.cc', | |
| 2044 'views/text_field.h', | |
| 2045 'views/throbber.cc', | |
| 2046 'views/throbber.h', | |
| 2047 'views/tooltip_manager.cc', | |
| 2048 'views/tooltip_manager.h', | |
| 2049 'views/tree_model.h', | |
| 2050 'views/tree_node_iterator.h', | |
| 2051 'views/tree_node_model.h', | |
| 2052 'views/tree_view.cc', | |
| 2053 'views/tree_view.h', | |
| 2054 'views/view.cc', | |
| 2055 'views/view.h', | |
| 2056 'views/view_constants.cc', | |
| 2057 'views/view_constants.h', | |
| 2058 'views/view_gtk.cc', | |
| 2059 'views/view_menu_delegate.h', | |
| 2060 'views/view_storage.cc', | |
| 2061 'views/view_storage.h', | |
| 2062 'views/view_win.cc', | |
| 2063 'views/widget.h', | |
| 2064 'views/widget_win.cc', | |
| 2065 'views/widget_win.h', | |
| 2066 'views/window.cc', | |
| 2067 'views/window.h', | |
| 2068 'views/window_delegate.cc', | |
| 2069 'views/window_delegate.h', | |
| 2070 'views/window_resources.h', | |
| 2071 ], | |
| 2072 # These are layered in conditionals in the event other platforms | |
| 2073 # end up using this module as well. | |
| 2074 'conditions': [ | |
| 2075 ['OS=="win"', { | |
| 2076 'defines': [ | |
| 2077 '__STD_C', | |
| 2078 '_CRT_SECURE_NO_DEPRECATE', | |
| 2079 '_SCL_SECURE_NO_DEPRECATE', | |
| 2080 ], | |
| 2081 'include_dirs': [ | |
| 2082 'third_party/wtl/include', | |
| 2083 ], | |
| 2084 },], | |
| 2085 ], | |
| 2086 }, | |
| 2087 { | |
| 2088 'target_name': 'plugin', | |
| 2089 'type': 'static_library', | |
| 2090 'dependencies': [ | |
| 2091 'common', | |
| 2092 'resources', | |
| 2093 '../media/media.gyp:media', | |
| 2094 '../skia/skia.gyp:skia', | |
| 2095 '../third_party/icu38/icu38.gyp:icui18n', | |
| 2096 '../third_party/icu38/icu38.gyp:icuuc', | |
| 2097 '../third_party/libxml/libxml.gyp:libxml', | |
| 2098 '../third_party/npapi/npapi.gyp:npapi', | |
| 2099 'third_party/hunspell/hunspell.gyp:hunspell', | |
| 2100 ], | |
| 2101 'include_dirs': [ | |
| 2102 '..', | |
| 2103 # TODO(bradnelson): this should really be from a dependency on | |
| 2104 # webkit_resources. | |
| 2105 '<(SHARED_INTERMEDIATE_DIR)/webkit', | |
| 2106 '<(INTERMEDIATE_DIR)', | |
| 2107 ], | |
| 2108 'sources': [ | |
| 2109 # All .cc, .h, .m, and .mm files under browser except for tests and | |
| 2110 # mocks. | |
| 2111 'plugin/chrome_plugin_host.cc', | |
| 2112 'plugin/chrome_plugin_host.h', | |
| 2113 'plugin/npobject_proxy.cc', | |
| 2114 'plugin/npobject_proxy.h', | |
| 2115 'plugin/npobject_stub.cc', | |
| 2116 'plugin/npobject_stub.h', | |
| 2117 'plugin/npobject_util.cc', | |
| 2118 'plugin/npobject_util.h', | |
| 2119 'plugin/plugin_channel.cc', | |
| 2120 'plugin/plugin_channel.h', | |
| 2121 'plugin/plugin_channel_base.cc', | |
| 2122 'plugin/plugin_channel_base.h', | |
| 2123 'plugin/plugin_main.cc', | |
| 2124 'plugin/plugin_process.cc', | |
| 2125 'plugin/plugin_process.h', | |
| 2126 'plugin/plugin_thread.cc', | |
| 2127 'plugin/plugin_thread.h', | |
| 2128 'plugin/webplugin_delegate_stub.cc', | |
| 2129 'plugin/webplugin_delegate_stub.h', | |
| 2130 'plugin/webplugin_proxy.cc', | |
| 2131 'plugin/webplugin_proxy.h', | |
| 2132 ], | |
| 2133 # These are layered in conditionals in the event other platforms | |
| 2134 # end up using this module as well. | |
| 2135 'conditions': [ | |
| 2136 ['OS=="win"', { | |
| 2137 'defines': [ | |
| 2138 '__STD_C', | |
| 2139 '_CRT_SECURE_NO_DEPRECATE', | |
| 2140 '_SCL_SECURE_NO_DEPRECATE', | |
| 2141 ], | |
| 2142 'include_dirs': [ | |
| 2143 'third_party/wtl/include', | |
| 2144 ], | |
| 2145 },], | |
| 2146 ], | |
| 2147 }, | |
| 2148 ]}, # 'targets' | |
| 2149 ], # OS=="mac" | |
| 1776 ], # 'conditions' | 2150 ], # 'conditions' |
| 1777 } | 2151 } |
| OLD | NEW |