Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 304 'web_cache/browser/web_cache_manager_unittest.cc', | 304 'web_cache/browser/web_cache_manager_unittest.cc', |
| 305 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 305 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
| 306 'web_resource/eula_accepted_notifier_unittest.cc', | 306 'web_resource/eula_accepted_notifier_unittest.cc', |
| 307 'web_resource/resource_request_allowed_notifier_unittest.cc', | 307 'web_resource/resource_request_allowed_notifier_unittest.cc', |
| 308 'webdata/common/web_database_migration_unittest.cc', | 308 'webdata/common/web_database_migration_unittest.cc', |
| 309 ], | 309 ], |
| 310 'include_dirs': [ | 310 'include_dirs': [ |
| 311 '..', | 311 '..', |
| 312 ], | 312 ], |
| 313 'dependencies': [ | 313 'dependencies': [ |
| 314 '../base/base.gyp:base', | |
| 314 '../base/base.gyp:base_prefs_test_support', | 315 '../base/base.gyp:base_prefs_test_support', |
| 315 '../base/base.gyp:test_support_base', | 316 '../base/base.gyp:test_support_base', |
| 316 # TODO(blundell): Eliminate the need for this dependency in code | 317 # TODO(blundell): Eliminate the need for this dependency in code |
| 317 # that iOS shares. crbug.com/325243 | 318 # that iOS shares. crbug.com/325243 |
| 318 '../content/content_shell_and_tests.gyp:test_support_content', | 319 '../content/content_shell_and_tests.gyp:test_support_content', |
| 320 '../google_apis/google_apis.gyp:google_apis_test_support', | |
| 321 '../jingle/jingle.gyp:notifier_test_util', | |
| 322 '../net/net.gyp:net_test_support', | |
| 319 '../sql/sql.gyp:test_support_sql', | 323 '../sql/sql.gyp:test_support_sql', |
| 320 '../sync/sync.gyp:sync', | 324 '../sync/sync.gyp:sync', |
| 321 '../sync/sync.gyp:test_support_sync_api', | 325 '../sync/sync.gyp:test_support_sync_api', |
| 322 '../testing/gmock.gyp:gmock', | 326 '../testing/gmock.gyp:gmock', |
| 323 '../testing/gtest.gyp:gtest', | 327 '../testing/gtest.gyp:gtest', |
| 328 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | |
| 329 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util', | |
| 330 '../third_party/libjingle/libjingle.gyp:libjingle', | |
| 331 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | |
| 332 '../third_party/libxml/libxml.gyp:libxml', | |
| 333 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | |
| 324 '../ui/base/ui_base.gyp:ui_base', | 334 '../ui/base/ui_base.gyp:ui_base', |
| 325 '../ui/gfx/gfx.gyp:gfx', | 335 '../ui/gfx/gfx.gyp:gfx', |
| 326 '../ui/gfx/gfx.gyp:gfx_test_support', | 336 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 327 '../ui/resources/ui_resources.gyp:ui_resources', | 337 '../ui/resources/ui_resources.gyp:ui_resources', |
| 328 '../ui/strings/ui_strings.gyp:ui_strings', | 338 '../ui/strings/ui_strings.gyp:ui_strings', |
| 329 | 339 '../url/url.gyp:url_lib', |
| 330 'components_resources.gyp:components_resources', | |
| 331 | |
| 332 # Dependencies of auto_login_parser | |
|
tfarina
2015/01/25 17:03:54
These comments were driving me crazy. Nobody does
| |
| 333 'components.gyp:auto_login_parser', | 340 'components.gyp:auto_login_parser', |
| 334 | |
| 335 # Dependencies of autofill | |
| 336 'components.gyp:autofill_core_browser', | 341 'components.gyp:autofill_core_browser', |
| 337 'components.gyp:autofill_core_common', | 342 'components.gyp:autofill_core_common', |
| 338 'components.gyp:autofill_core_test_support', | 343 'components.gyp:autofill_core_test_support', |
| 339 'components_strings.gyp:components_strings', | |
| 340 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | |
| 341 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util', | |
| 342 | |
| 343 # Dependencies of bookmarks | |
| 344 'components.gyp:bookmarks_browser', | 344 'components.gyp:bookmarks_browser', |
| 345 'components.gyp:bookmarks_test_support', | 345 'components.gyp:bookmarks_test_support', |
| 346 | |
| 347 # Dependencies of captive_portal | |
| 348 'components.gyp:captive_portal_test_support', | 346 'components.gyp:captive_portal_test_support', |
| 349 '../net/net.gyp:net_test_support', | |
| 350 | |
| 351 # Dependencies of cloud_devices | |
| 352 'components.gyp:cloud_devices_common', | 347 'components.gyp:cloud_devices_common', |
| 353 | |
| 354 # Dependencies of content_settings | |
| 355 'components.gyp:content_settings_core_browser', | 348 'components.gyp:content_settings_core_browser', |
| 356 'components.gyp:content_settings_core_common', | 349 'components.gyp:content_settings_core_common', |
| 357 'components.gyp:content_settings_core_test_support', | 350 'components.gyp:content_settings_core_test_support', |
| 358 | |
| 359 # Dependencies of packed CT EV white list | |
| 360 'components.gyp:packed_ct_ev_whitelist', | |
| 361 | |
| 362 # Dependencies of crash | |
| 363 'components.gyp:crash_test_support', | 351 'components.gyp:crash_test_support', |
| 364 | |
| 365 # Dependencies of crx_file | |
| 366 'components.gyp:crx_file', | 352 'components.gyp:crx_file', |
| 367 | |
| 368 # Dependencies of data_reduction_proxy | |
| 369 'components.gyp:data_reduction_proxy_core_browser', | 353 'components.gyp:data_reduction_proxy_core_browser', |
| 370 'components.gyp:data_reduction_proxy_core_common', | 354 'components.gyp:data_reduction_proxy_core_common', |
| 371 'components.gyp:data_reduction_proxy_test_support', | 355 'components.gyp:data_reduction_proxy_test_support', |
| 372 | |
| 373 # Dependencies of dom_distiller | |
| 374 'components.gyp:distilled_page_proto', | 356 'components.gyp:distilled_page_proto', |
| 375 'components.gyp:dom_distiller_core', | 357 'components.gyp:dom_distiller_core', |
| 376 'components.gyp:dom_distiller_test_support', | 358 'components.gyp:dom_distiller_test_support', |
| 377 | |
| 378 # Dependencies of domain_reliability | |
| 379 'components.gyp:domain_reliability', | 359 'components.gyp:domain_reliability', |
| 380 | |
| 381 # Dependencies of enhanced_bookmarks | |
| 382 'components.gyp:enhanced_bookmarks', | 360 'components.gyp:enhanced_bookmarks', |
| 383 'components.gyp:enhanced_bookmarks_test_support', | 361 'components.gyp:enhanced_bookmarks_test_support', |
| 384 | |
| 385 # Dependencies of favicon_base | |
| 386 'components.gyp:favicon_base', | 362 'components.gyp:favicon_base', |
| 387 | |
| 388 # Dependencies of feedback | |
| 389 'components.gyp:feedback_component', | 363 'components.gyp:feedback_component', |
| 390 | |
| 391 # Dependencies of gcm | |
| 392 'components.gyp:gcm_driver', | 364 'components.gyp:gcm_driver', |
| 393 'components.gyp:gcm_driver_test_support', | 365 'components.gyp:gcm_driver_test_support', |
| 394 | |
| 395 # Dependencies of google | |
| 396 'components.gyp:google_core_browser', | 366 'components.gyp:google_core_browser', |
| 397 | |
| 398 # Dependencies of history | |
| 399 'components.gyp:history_core_browser', | 367 'components.gyp:history_core_browser', |
| 400 'components.gyp:history_core_common', | 368 'components.gyp:history_core_common', |
| 401 | |
| 402 # Dependencies of invalidation | |
| 403 'components.gyp:invalidation', | 369 'components.gyp:invalidation', |
| 404 'components.gyp:invalidation_test_support', | 370 'components.gyp:invalidation_test_support', |
| 405 '../jingle/jingle.gyp:notifier_test_util', | |
| 406 '../third_party/libjingle/libjingle.gyp:libjingle', | |
| 407 | |
| 408 # Dependencies of json_schema | |
| 409 'components.gyp:json_schema', | 371 'components.gyp:json_schema', |
| 410 | |
| 411 # Dependencies of keyed_service | |
| 412 'components.gyp:keyed_service_core', | 372 'components.gyp:keyed_service_core', |
| 413 | |
| 414 # Dependencies of language_usage_metrics | |
| 415 'components.gyp:language_usage_metrics', | 373 'components.gyp:language_usage_metrics', |
| 416 | |
| 417 # Dependencies of leveldb_proto | |
| 418 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | |
| 419 'components.gyp:leveldb_proto', | 374 'components.gyp:leveldb_proto', |
| 420 'components.gyp:leveldb_proto_test_support', | 375 'components.gyp:leveldb_proto_test_support', |
| 421 | |
| 422 # Dependencies of login | |
| 423 'components.gyp:login', | 376 'components.gyp:login', |
| 424 | |
| 425 # Dependencies of metrics | |
| 426 'components.gyp:metrics', | 377 'components.gyp:metrics', |
| 427 'components.gyp:metrics_gpu', | 378 'components.gyp:metrics_gpu', |
| 428 'components.gyp:metrics_net', | 379 'components.gyp:metrics_net', |
| 429 'components.gyp:metrics_profiler', | 380 'components.gyp:metrics_profiler', |
| 430 'components.gyp:metrics_test_support', | 381 'components.gyp:metrics_test_support', |
| 431 | |
| 432 # Dependencies of network_time | |
| 433 'components.gyp:network_time', | 382 'components.gyp:network_time', |
| 434 | |
| 435 # Dependencies of omnibox | |
| 436 'components.gyp:omnibox', | 383 'components.gyp:omnibox', |
| 437 'components.gyp:omnibox_test_support', | 384 'components.gyp:omnibox_test_support', |
| 438 | |
| 439 # Dependencies of os_crypt | |
| 440 'components.gyp:os_crypt', | 385 'components.gyp:os_crypt', |
| 441 | |
| 442 # Dependencies of ownership | |
| 443 'components.gyp:ownership', | 386 'components.gyp:ownership', |
| 444 | 387 'components.gyp:packed_ct_ev_whitelist', |
| 445 # Dependencies of password_manager | 388 'components.gyp:password_manager_core_browser', |
| 446 'components.gyp:password_manager_core_browser', | 389 'components.gyp:password_manager_core_browser', |
| 447 'components.gyp:password_manager_core_browser_test_support', | 390 'components.gyp:password_manager_core_browser_test_support', |
| 448 | |
| 449 # Dependencies of precache/core | |
| 450 'components.gyp:password_manager_core_browser', | |
| 451 'components.gyp:precache_core', | 391 'components.gyp:precache_core', |
| 452 | |
| 453 # Dependencies of pref_registry | |
| 454 'components.gyp:pref_registry_test_support', | 392 'components.gyp:pref_registry_test_support', |
| 455 | |
| 456 # Dependencies of query_parser | |
| 457 'components.gyp:query_parser', | 393 'components.gyp:query_parser', |
| 458 | |
| 459 # Dependencies of rappor | |
| 460 'components.gyp:rappor', | 394 'components.gyp:rappor', |
| 461 'components.gyp:rappor_test_support', | 395 'components.gyp:rappor_test_support', |
| 462 | |
| 463 # Dependencies of search | |
| 464 'components.gyp:search', | 396 'components.gyp:search', |
| 465 | |
| 466 # Dependencies of search_engines | |
| 467 'components.gyp:search_engines', | 397 'components.gyp:search_engines', |
| 468 'components.gyp:search_engines_test_support', | 398 'components.gyp:search_engines_test_support', |
| 469 | |
| 470 # Dependencies of search_provider_logos | |
| 471 'components.gyp:search_provider_logos', | 399 'components.gyp:search_provider_logos', |
| 472 | |
| 473 # Dependencies of sessions | |
| 474 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | |
| 475 'components.gyp:sessions_test_support', | 400 'components.gyp:sessions_test_support', |
| 476 | |
| 477 # Dependencies of signin | |
| 478 'components.gyp:signin_core_browser', | 401 'components.gyp:signin_core_browser', |
| 479 'components.gyp:signin_core_browser_test_support', | 402 'components.gyp:signin_core_browser_test_support', |
| 480 '../google_apis/google_apis.gyp:google_apis_test_support', | |
| 481 | |
| 482 # Dependencies of suggestions | |
| 483 'components.gyp:suggestions', | 403 'components.gyp:suggestions', |
| 484 | |
| 485 # Dependencies of sync_driver | |
| 486 'components.gyp:sync_driver_test_support', | 404 'components.gyp:sync_driver_test_support', |
| 487 | |
| 488 # Dependencies of translate. | |
| 489 'components.gyp:translate_core_browser', | 405 'components.gyp:translate_core_browser', |
| 490 'components.gyp:translate_core_common', | 406 'components.gyp:translate_core_common', |
| 491 'components.gyp:translate_core_language_detection', | 407 'components.gyp:translate_core_language_detection', |
| 492 | |
| 493 # Dependencies of wallpaper | |
| 494 'components.gyp:wallpaper', | |
| 495 | |
| 496 # Dependencies of ui/zoom | |
| 497 'components.gyp:ui_zoom', | 408 'components.gyp:ui_zoom', |
| 498 | |
| 499 # Dependencies of update_client | |
| 500 'components.gyp:update_client', | 409 'components.gyp:update_client', |
| 501 'components.gyp:update_client_test_support', | 410 'components.gyp:update_client_test_support', |
| 502 '../third_party/libxml/libxml.gyp:libxml', | |
| 503 | |
| 504 | |
| 505 # Dependencies of url_fixer | |
| 506 'components.gyp:url_fixer', | 411 'components.gyp:url_fixer', |
| 507 '../url/url.gyp:url_lib', | |
| 508 | |
| 509 # Dependencies of variations | |
| 510 'components.gyp:variations', | 412 'components.gyp:variations', |
| 511 'components.gyp:variations_http_provider', | 413 'components.gyp:variations_http_provider', |
| 512 | 414 'components.gyp:wallpaper', |
| 513 # Dependencies of web_resource | |
| 514 'components.gyp:web_resource', | 415 'components.gyp:web_resource', |
| 515 'components.gyp:web_resource_test_support', | 416 'components.gyp:web_resource_test_support', |
| 516 '../base/base.gyp:base', | 417 'components_resources.gyp:components_resources', |
| 418 'components_strings.gyp:components_strings', | |
| 517 ], | 419 ], |
| 518 'actions': [ | 420 'actions': [ |
| 519 { | 421 { |
| 520 'action_name': 'repack_components_pak', | 422 'action_name': 'repack_components_pak', |
| 521 'variables': { | 423 'variables': { |
| 522 'pak_inputs': [ | 424 'pak_inputs': [ |
| 523 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources.pa k', | 425 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources.pa k', |
| 524 '<(SHARED_INTERMEDIATE_DIR)/components/strings/components_stri ngs_en-US.pak', | 426 '<(SHARED_INTERMEDIATE_DIR)/components/strings/components_stri ngs_en-US.pak', |
| 525 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_perc ent.pak', | 427 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_perc ent.pak', |
| 526 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en- US.pak', | 428 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en- US.pak', |
| (...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1161 '../build/isolate.gypi', | 1063 '../build/isolate.gypi', |
| 1162 ], | 1064 ], |
| 1163 'sources': [ | 1065 'sources': [ |
| 1164 'components_unittests.isolate', | 1066 'components_unittests.isolate', |
| 1165 ], | 1067 ], |
| 1166 }, | 1068 }, |
| 1167 ], | 1069 ], |
| 1168 }], | 1070 }], |
| 1169 ], | 1071 ], |
| 1170 } | 1072 } |
| OLD | NEW |