Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
| 9 'webkit_src_dir': '../../../../..', | 9 'webkit_src_dir': '../../../../..', |
| 10 },{ | 10 },{ |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 276 '../plugins/ppapi/ppb_opengles_impl.cc', | 276 '../plugins/ppapi/ppb_opengles_impl.cc', |
| 277 '../plugins/ppapi/ppb_opengles_impl.h', | 277 '../plugins/ppapi/ppb_opengles_impl.h', |
| 278 '../plugins/ppapi/ppb_pdf_impl.cc', | 278 '../plugins/ppapi/ppb_pdf_impl.cc', |
| 279 '../plugins/ppapi/ppb_pdf_impl.h', | 279 '../plugins/ppapi/ppb_pdf_impl.h', |
| 280 '../plugins/ppapi/ppb_proxy_impl.cc', | 280 '../plugins/ppapi/ppb_proxy_impl.cc', |
| 281 '../plugins/ppapi/ppb_proxy_impl.h', | 281 '../plugins/ppapi/ppb_proxy_impl.h', |
| 282 '../plugins/ppapi/ppb_scrollbar_impl.cc', | 282 '../plugins/ppapi/ppb_scrollbar_impl.cc', |
| 283 '../plugins/ppapi/ppb_scrollbar_impl.h', | 283 '../plugins/ppapi/ppb_scrollbar_impl.h', |
| 284 '../plugins/ppapi/ppb_surface_3d_impl.cc', | 284 '../plugins/ppapi/ppb_surface_3d_impl.cc', |
| 285 '../plugins/ppapi/ppb_surface_3d_impl.h', | 285 '../plugins/ppapi/ppb_surface_3d_impl.h', |
| 286 '../plugins/ppapi/ppb_transport_impl.cc', | |
| 287 '../plugins/ppapi/ppb_transport_impl.h', | |
| 288 '../plugins/ppapi/ppb_url_loader_impl.cc', | 286 '../plugins/ppapi/ppb_url_loader_impl.cc', |
| 289 '../plugins/ppapi/ppb_url_loader_impl.h', | 287 '../plugins/ppapi/ppb_url_loader_impl.h', |
| 290 '../plugins/ppapi/ppb_url_request_info_impl.cc', | 288 '../plugins/ppapi/ppb_url_request_info_impl.cc', |
| 291 '../plugins/ppapi/ppb_url_request_info_impl.h', | 289 '../plugins/ppapi/ppb_url_request_info_impl.h', |
| 292 '../plugins/ppapi/ppb_url_response_info_impl.cc', | 290 '../plugins/ppapi/ppb_url_response_info_impl.cc', |
| 293 '../plugins/ppapi/ppb_url_response_info_impl.h', | 291 '../plugins/ppapi/ppb_url_response_info_impl.h', |
| 294 '../plugins/ppapi/ppb_url_util_impl.cc', | 292 '../plugins/ppapi/ppb_url_util_impl.cc', |
| 295 '../plugins/ppapi/ppb_url_util_impl.h', | 293 '../plugins/ppapi/ppb_url_util_impl.h', |
| 296 '../plugins/ppapi/ppb_video_decoder_impl.cc', | 294 '../plugins/ppapi/ppb_video_decoder_impl.cc', |
| 297 '../plugins/ppapi/ppb_video_decoder_impl.h', | 295 '../plugins/ppapi/ppb_video_decoder_impl.h', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 349 'idb_bindings.cc', | 347 'idb_bindings.cc', |
| 350 'idb_bindings.h', | 348 'idb_bindings.h', |
| 351 'image_decoder.cc', | 349 'image_decoder.cc', |
| 352 'image_decoder.h', | 350 'image_decoder.h', |
| 353 'image_resource_fetcher.cc', | 351 'image_resource_fetcher.cc', |
| 354 'image_resource_fetcher.h', | 352 'image_resource_fetcher.h', |
| 355 'multipart_response_delegate.cc', | 353 'multipart_response_delegate.cc', |
| 356 'multipart_response_delegate.h', | 354 'multipart_response_delegate.h', |
| 357 'npruntime_util.cc', | 355 'npruntime_util.cc', |
| 358 'npruntime_util.h', | 356 'npruntime_util.h', |
| 359 'p2p_transport.h', | |
| 360 'password_form.cc', | 357 'password_form.cc', |
| 361 'password_form.h', | 358 'password_form.h', |
| 362 'password_form_dom_manager.cc', | 359 'password_form_dom_manager.cc', |
| 363 'password_form_dom_manager.h', | 360 'password_form_dom_manager.h', |
| 364 'resource_fetcher.cc', | 361 'resource_fetcher.cc', |
| 365 'resource_fetcher.h', | 362 'resource_fetcher.h', |
| 366 'resource_loader_bridge.cc', | 363 'resource_loader_bridge.cc', |
| 367 'resource_loader_bridge.h', | 364 'resource_loader_bridge.h', |
| 368 'resource_type.h', | 365 'resource_type.h', |
| 369 'scoped_clipboard_writer_glue.h', | 366 'scoped_clipboard_writer_glue.h', |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 495 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 492 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 496 ], | 493 ], |
| 497 }], | 494 }], |
| 498 ], | 495 ], |
| 499 }], | 496 }], |
| 500 ['inside_chromium_build==0', { | 497 ['inside_chromium_build==0', { |
| 501 'dependencies': [ | 498 'dependencies': [ |
| 502 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 499 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 503 ], | 500 ], |
| 504 }], | 501 }], |
| 502 ['ppapi_transport==1', { | |
| 503 'sources': [ | |
| 504 '../plugins/ppapi/ppb_transport_impl.cc', | |
| 505 '../plugins/ppapi/ppb_transport_impl.h', | |
| 506 'p2p_transport.h', | |
|
Sergey Ulanov
2011/04/19 18:54:57
Not that it metters much, but I think it's better
| |
| 507 ], | |
| 508 }], | |
| 505 ], | 509 ], |
| 506 }, | 510 }, |
| 507 ], | 511 ], |
| 508 'conditions': [ | 512 'conditions': [ |
| 509 ['use_third_party_translations==1', { | 513 ['use_third_party_translations==1', { |
| 510 'targets': [ | 514 'targets': [ |
| 511 { | 515 { |
| 512 'target_name': 'inspector_strings', | 516 'target_name': 'inspector_strings', |
| 513 'type': 'none', | 517 'type': 'none', |
| 514 'variables': { | 518 'variables': { |
| 515 'grit_out_dir': '<(PRODUCT_DIR)/resources/inspector/l10n', | 519 'grit_out_dir': '<(PRODUCT_DIR)/resources/inspector/l10n', |
| 516 }, | 520 }, |
| 517 'actions': [ | 521 'actions': [ |
| 518 { | 522 { |
| 519 'action_name': 'inspector_strings', | 523 'action_name': 'inspector_strings', |
| 520 'variables': { | 524 'variables': { |
| 521 'grit_grd_file': 'inspector_strings.grd', | 525 'grit_grd_file': 'inspector_strings.grd', |
| 522 }, | 526 }, |
| 523 'includes': [ '../../build/grit_action.gypi' ], | 527 'includes': [ '../../build/grit_action.gypi' ], |
| 524 }, | 528 }, |
| 525 ], | 529 ], |
| 526 'includes': [ '../../build/grit_target.gypi' ], | 530 'includes': [ '../../build/grit_target.gypi' ], |
| 527 }, | 531 }, |
| 528 ], | 532 ], |
| 529 }], | 533 }], |
| 530 ], | 534 ], |
| 531 } | 535 } |
| OLD | NEW |