| 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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//sky/engine/build/scripts/scripts.gni") | 6 import("//sky/engine/build/scripts/scripts.gni") |
| 7 import("//sky/engine/config.gni") | 7 import("//sky/engine/config.gni") |
| 8 | 8 |
| 9 # Most targets in this file are private actions so use that as the default. | 9 # Most targets in this file are private actions so use that as the default. |
| 10 visibility = [":*"] | 10 visibility = [":*"] |
| (...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 "LengthBox.h", | 455 "LengthBox.h", |
| 456 "LengthFunctions.cpp", | 456 "LengthFunctions.cpp", |
| 457 "LengthFunctions.h", | 457 "LengthFunctions.h", |
| 458 "LengthPoint.h", | 458 "LengthPoint.h", |
| 459 "LengthSize.h", | 459 "LengthSize.h", |
| 460 "LifecycleContext.h", | 460 "LifecycleContext.h", |
| 461 "LifecycleNotifier.h", | 461 "LifecycleNotifier.h", |
| 462 "LifecycleObserver.h", | 462 "LifecycleObserver.h", |
| 463 "Logging.cpp", | 463 "Logging.cpp", |
| 464 "Logging.h", | 464 "Logging.h", |
| 465 "MIMETypeFromURL.cpp", | |
| 466 "MIMETypeFromURL.h", | |
| 467 "MIMETypeRegistry.cpp", | 465 "MIMETypeRegistry.cpp", |
| 468 "MIMETypeRegistry.h", | 466 "MIMETypeRegistry.h", |
| 469 "network/FormData.cpp", | 467 "network/FormData.cpp", |
| 470 "network/FormData.h", | 468 "network/FormData.h", |
| 471 "network/FormDataBuilder.cpp", | 469 "network/FormDataBuilder.cpp", |
| 472 "network/FormDataBuilder.h", | 470 "network/FormDataBuilder.h", |
| 473 "network/HTTPHeaderMap.cpp", | 471 "network/HTTPHeaderMap.cpp", |
| 474 "network/HTTPHeaderMap.h", | 472 "network/HTTPHeaderMap.h", |
| 475 "network/HTTPParsers.cpp", | 473 "network/HTTPParsers.cpp", |
| 476 "network/HTTPParsers.h", | 474 "network/HTTPParsers.h", |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 789 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 787 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 790 # TODO(GYP) | 788 # TODO(GYP) |
| 791 #'cflags': ['-marm'], | 789 #'cflags': ['-marm'], |
| 792 # 'conditions': [ | 790 # 'conditions': [ |
| 793 # ['OS=="android"', { | 791 # ['OS=="android"', { |
| 794 # 'cflags!': ['-mthumb'], | 792 # 'cflags!': ['-mthumb'], |
| 795 # }], | 793 # }], |
| 796 # ], | 794 # ], |
| 797 } | 795 } |
| 798 } | 796 } |
| OLD | NEW |